Files
frontend-hideyoshi.com/src/environments/environment.prod.ts

6 lines
166 B
TypeScript

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