Skip to content

Commit f6c4fa6

Browse files
committed
chore(docker): point docker environment to public nip.io hosts
1 parent 9b10176 commit f6c4fa6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/environments/environment.docker.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ import { AppEnvironment } from '../app/core/config/app-environment';
22

33
export const environment: AppEnvironment = {
44
production: false,
5-
apiBaseUrl: 'https://api.localhost',
6-
authApiBaseUrl: 'https://auth.localhost',
5+
apiBaseUrl: 'https://api.144.24.250.76.nip.io',
6+
authApiBaseUrl: 'https://auth.144.24.250.76.nip.io',
77
activityHubPath: '/hubs/activity',
88
debugAuth: {
99
enabled: false,
10-
allowedHosts: ['app.localhost']
10+
allowedHosts: ['app.144.24.250.76.nip.io']
1111
},
1212
auth: {
13-
authority: 'https://auth.localhost',
13+
authority: 'https://auth.144.24.250.76.nip.io',
1414
clientId: 'angular-client',
15-
redirectUri: 'https://app.localhost/callback',
16-
postLogoutRedirectUri: 'https://app.localhost',
15+
redirectUri: 'https://app.144.24.250.76.nip.io/callback',
16+
postLogoutRedirectUri: 'https://app.144.24.250.76.nip.io',
1717
responseType: 'code',
1818
scopes: ['openid', 'profile', 'email', 'roles', 'api1']
1919
}

0 commit comments

Comments
 (0)