Skip to content

Commit a0948ea

Browse files
standardized appsettings (#347)
1 parent 67cd3df commit a0948ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/assets/config/settings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"ApiUrl": "http://host.docker.internal:4400",
3-
"VmApiUrl": "http://host.docker.internal:4302/api",
4-
"ApiPlayerUrl": "http://host.docker.internal:4300",
2+
"ApiUrl": "http://localhost:4400",
3+
"VmApiUrl": "http://localhost:4302/api",
4+
"ApiPlayerUrl": "http://localhost:4300",
55
"OIDCSettings": {
6-
"authority": "http://host.docker.internal:5000/",
7-
"client_id": "steamfitter.web",
8-
"redirect_uri": "http://host.docker.internal:4401/auth-callback",
9-
"post_logout_redirect_uri": "http://host.docker.internal:4401",
6+
"authority": "http://localhost:5000/",
7+
"client_id": "steamfitter.ui",
8+
"redirect_uri": "http://localhost:4401/auth-callback",
9+
"post_logout_redirect_uri": "http://localhost:4401",
1010
"response_type": "code",
1111
"scope": "openid profile player player-vm steamfitter",
1212
"automaticSilentRenew": true,
13-
"silent_redirect_uri": "http://host.docker.internal:4401/auth-callback-silent"
13+
"silent_redirect_uri": "http://localhost:4401/auth-callback-silent"
1414
},
1515
"AppTitle": "Steamfitter",
1616
"AppTopBarHexColor": "#EF3A47",

0 commit comments

Comments
 (0)