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