Umbau zu tailwind + mobile friendly: LandingPage & Footer
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export const hostname = window.location.hostname;
|
||||
export const environment_base = {
|
||||
apiBaseUrl: 'http://localhost:3000',
|
||||
// apiBaseUrl: 'http://localhost:3000',
|
||||
apiBaseUrl: `http://${hostname}:3000`,
|
||||
imageBaseUrl: 'https://dev.bizmatch.net',
|
||||
buildVersion: '<BUILD_VERSION>',
|
||||
mailinfoUrl: 'https://dev.bizmatch.net',
|
||||
|
||||
@@ -5,4 +5,5 @@ environment.mailinfoUrl = 'http://localhost:4200';
|
||||
environment.imageBaseUrl = 'http://localhost:4200';
|
||||
environment.keycloak.clientId = 'dev';
|
||||
environment.keycloak.realm = 'dev';
|
||||
environment.keycloak.redirectUri = 'http://localhost:4200';
|
||||
environment.keycloak.redirectUri = 'http://192.168.178.24:4200';
|
||||
// environment.keycloak.redirectUri = 'http://localhost:4200';
|
||||
|
||||
Reference in New Issue
Block a user