initial release
This commit is contained in:
16
bizmatch/src/environments/environment.base.ts
Normal file
16
bizmatch/src/environments/environment.base.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
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'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user