Bugfixes
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
export const environment_base = {
|
||||
// url:'http://localhost:4200',
|
||||
apiBaseUrl: 'http://localhost:3000',
|
||||
// apiAuthorizationHeader: 'Basic dGJjOnFVWDdoT25vR3hBMk4zNHVvVFZ1',
|
||||
buildVersion: '<BUILD_VERSION>',
|
||||
// keycloak: {
|
||||
// url: 'http://localhost:8080',
|
||||
// realm: 'bizmatch',
|
||||
// clientId: 'bizmatch-angular-client'
|
||||
// }
|
||||
keycloak: {
|
||||
url: 'https://auth.bizmatch.net',
|
||||
realm: 'bizmatch-dev',
|
||||
clientId: 'bizmatch-dev'
|
||||
}
|
||||
};
|
||||
apiBaseUrl: 'http://localhost:3000',
|
||||
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',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {environment_base} from './environment.base'
|
||||
import { environment_base } from './environment.base';
|
||||
|
||||
export const environment = environment_base
|
||||
export const environment = environment_base;
|
||||
|
||||
environment.apiBaseUrl = "https://api-dev.bizmatch.net"
|
||||
environment.apiBaseUrl = 'https://api-dev.bizmatch.net';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import {environment_base} from './environment.base'
|
||||
import { environment_base } from './environment.base';
|
||||
|
||||
export const environment = environment_base
|
||||
|
||||
environment.keycloak.clientId="dev"
|
||||
environment.keycloak.realm="dev"
|
||||
export const environment = environment_base;
|
||||
environment.mailinfoUrl = 'http://localhost:4200';
|
||||
environment.imageBaseUrl = 'http://localhost:4200';
|
||||
environment.keycloak.clientId = 'dev';
|
||||
environment.keycloak.realm = 'dev';
|
||||
|
||||
Reference in New Issue
Block a user