Kind: Constant
Source: Pams/Web/Pams.Web/Client/environments/environment.staging.ts (line 3)
Part of: Pams
Definition
ts{
production: false,
ApiUrl: 'https://staging-api.pams.net/',
ApiOneDriveUrl: 'https://core.pams.net/api/',
FrontEndUrl: 'https://staging.pams.net/',
OriginURL: 'https://pams.net/',
imports: [],
metaReducers: [resetState],
version: ' Staging', // placeholder for set-env-version script
environmentEnum: 3
}
Value
ts{
production: false,
ApiUrl: 'https://staging-api.pams.net/',
ApiOneDriveUrl: 'https://core.pams.net/api/',
FrontEndUrl: 'https://staging.pams.net/',
OriginURL: 'https://pams.net/',
imports: [],
metaReducers: [resetState],
version: ' Staging', // placeholder for set-env-version script
environmentEnum: 3
}
Was this page helpful?