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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user