Kind: Constant
Source: Frontend/src/environments/environment.local_machine.ts (line 2)
Definition
ts{
production: true,
ApiUrl: 'http://msproduction-api.pams.net/',
ApiOneDriveUrl: 'https://core.pams.net/api/',
FrontEndUrl: 'http://shoteco2.localhost:3467/',
OriginURL: 'http://localhost:3467/',
imports: [],
version: 'local machine', // placeholder for set-env-version script
buildHash: '3f7718493',
environmentEnum: 4,
enableServiceWorker: false
}
Value
ts{
production: true,
ApiUrl: 'http://msproduction-api.pams.net/',
ApiOneDriveUrl: 'https://core.pams.net/api/',
FrontEndUrl: 'http://shoteco2.localhost:3467/',
OriginURL: 'http://localhost:3467/',
imports: [],
version: 'local machine', // placeholder for set-env-version script
buildHash: '3f7718493',
environmentEnum: 4,
enableServiceWorker: false
}
Was this page helpful?