Fix grafica scouthub-attivita-fe
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:8080',
|
||||
keycloakBaseUrl: 'http://localhost:8081',
|
||||
apiUrl: 'http://localhost:8001',
|
||||
keycloakBaseUrl: 'http://localhost:6999',
|
||||
keycloakRealm: 'scouthub',
|
||||
keycloakClientId: 'scouthub-frontend',
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'http://localhost:8080',
|
||||
keycloakBaseUrl: 'http://localhost:8081',
|
||||
apiUrl: '__API_URL__',
|
||||
keycloakBaseUrl: '__KEYCLOAK_BASE_URL__',
|
||||
keycloakRealm: 'scouthub',
|
||||
keycloakClientId: 'scouthub-frontend',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user