Skip to content

environment

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/environments/environment.prod.ts (line 3)

Part of: Pams

Definition

ts
{
    production: true,
    AppName: 'PAMS',
    ApiUrl: 'https://beta-api.pams.net/',
    imports: [],
    metaReducers: [resetState],
    version: 'v.3.1' // placeholder for set-env-version script
}

Value

ts
{
    production: true,
    AppName: 'PAMS',
    ApiUrl: 'https://beta-api.pams.net/',
    imports: [],
    metaReducers: [resetState],
    version: 'v.3.1' // placeholder for set-env-version script
}

Was this page helpful?

Download as PDF