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