This commit is contained in:
2024-05-15 17:35:04 -05:00
parent 474d7c63d5
commit f51a298227
39 changed files with 333 additions and 260 deletions

View File

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