-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
36 lines (36 loc) · 1.1 KB
/
settings.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"ApiUrl": "http://localhost:4300",
"OIDCSettings": {
"authority": "http://localhost:5000",
"client_id": "player.ui",
"redirect_uri": "http://localhost:4301/auth-callback",
"post_logout_redirect_uri": "http://localhost:4301",
"response_type": "code",
"scope": "openid profile player",
"automaticSilentRenew": true,
"silent_redirect_uri": "http://localhost:4301/auth-callback-silent.html",
"redirectMethod": "replace"
},
"NotificationsSettings": {
"url": "http://localhost:4300/hubs",
"useBadge": true,
"useBlink": false,
"useBeep": false
},
"AppTitle": "Player",
"AppTopBarText": "Player",
"AppTopBarHexColor": "#3B62A5",
"AppTopBarHexTextColor": "#FFFFFF",
"UseLocalAuthStorage": false,
"DebugLogging": false,
"HeaderBarSettings": {
"banner_background_color": "#007a33ff",
"classification_text": "UNCLASSIFIED",
"classification_text_color": "#ffffff",
"classification_text_fontsize": "14",
"message_text": "Maintenance Message",
"message_text_color": "#ffff00",
"message_text_fontsize": "14",
"enabled": false
}
}