Add scouthub-magazzino-fe
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
keycloakBaseUrl: 'http://localhost:6999',
|
||||
keycloakRealm: 'scouthub',
|
||||
keycloakClientId: 'scouthub-frontend',
|
||||
magazzinoApiBaseUrl: 'http://localhost:8002'
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
keycloakBaseUrl: '__KEYCLOAK_BASE_URL__',
|
||||
keycloakRealm: 'scouthub',
|
||||
keycloakClientId: 'scouthub-frontend',
|
||||
magazzinoApiBaseUrl: '__MAGAZZINO_API_BASE_URL__'
|
||||
};
|
||||
Reference in New Issue
Block a user