6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
export const environment = {
|
|
production: true,
|
|
backendPath: (<any>window)['env']['BACKEND_URL'],
|
|
backendOAuthPath: (<any>window)['env']['BACKEND_OAUTH_URL']
|
|
};
|