|
1 | 1 | { |
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", |
5 | 5 | "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", |
10 | 10 | "response_type": "code", |
11 | 11 | "scope": "openid profile player player-vm steamfitter", |
12 | 12 | "automaticSilentRenew": true, |
13 | | - "silent_redirect_uri": "http://host.docker.internal:4401/auth-callback-silent" |
| 13 | + "silent_redirect_uri": "http://localhost:4401/auth-callback-silent" |
14 | 14 | }, |
15 | 15 | "AppTitle": "Steamfitter", |
16 | 16 | "AppTopBarHexColor": "#EF3A47", |
|
0 commit comments