12 lines
312 B
TypeScript
12 lines
312 B
TypeScript
export const environment_base = {
|
|
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',
|
|
},
|
|
};
|