docker
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
window.__LDAP_PORTAL_CONFIG__ = {
|
||||
apiBaseUrl: 'http://localhost:3000'
|
||||
apiBaseUrl: ''
|
||||
};
|
||||
|
||||
@@ -66,6 +66,6 @@ bootstrapApplication(AppComponent, {
|
||||
provideRouter(routes),
|
||||
provideHttpClient(withInterceptors([authInterceptor])),
|
||||
AuthService,
|
||||
{ provide: API_BASE_URL, useValue: window.__LDAP_PORTAL_CONFIG__?.apiBaseUrl ?? 'http://localhost:3000' },
|
||||
{ provide: API_BASE_URL, useValue: window.__LDAP_PORTAL_CONFIG__?.apiBaseUrl ?? '' },
|
||||
],
|
||||
}).catch((error) => console.error(error));
|
||||
|
||||
Reference in New Issue
Block a user