cleanup = Dockerfile

This commit is contained in:
2025-07-27 14:28:09 -05:00
parent f3bf6ff9af
commit 5619007b0f
10 changed files with 20 additions and 353 deletions

View File

@@ -5,12 +5,6 @@ export const environment_base = {
imageBaseUrl: 'https://dev.bizmatch.net',
buildVersion: '<BUILD_VERSION>',
mailinfoUrl: 'https://dev.bizmatch.net',
keycloak: {
url: 'https://auth.bizmatch.net',
realm: 'bizmatch-dev',
clientId: 'bizmatch-dev',
redirectUri: 'https://dev.bizmatch.net',
},
ipinfo_token: '7029590fb91214',
firebaseConfig: {
apiKey: 'AIzaSyBqVutQqdgUzwD9tKiKJrJq2Q6rD1hNdzw',

View File

@@ -3,7 +3,3 @@ import { environment_base } from './environment.base';
export const environment = environment_base;
environment.mailinfoUrl = 'http://localhost:4200';
environment.imageBaseUrl = 'http://localhost:4200';
environment.keycloak.clientId = 'dev';
environment.keycloak.realm = 'dev';
environment.keycloak.redirectUri = 'http://192.168.178.24:4200';
// environment.keycloak.redirectUri = 'http://localhost:4200';