Umbau zu tailwind + mobile friendly: LandingPage & Footer

This commit is contained in:
2024-07-02 19:17:14 +02:00
parent 3d5b7e3f39
commit 958f0afd9b
32 changed files with 1464 additions and 699 deletions

View File

@@ -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',

View File

@@ -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';