Skip to content

environment

reference
1 min readUpdated

Kind: Constant

Source: Frontend/src/environments/environment.ts (line 6)

Definition

ts
{
    production: false,
    //ApiUrl: 'https://dev-api.pams.net/',
    //ApiUrl: 'https://prod-api.pams.net/',
    ApiUrl: 'http://localhost:37697/',
    //ApiOneDriveUrl: 'https://core.pams.net/api/',
    ApiOneDriveUrl: 'http://localhost:50826/api/',
    FrontEndUrl: 'http://shoteco2.localhost:3467/',
    OriginURL: 'http://localhost:3467/',
    imports: [],
    version: ' Local', // placeholde…

Value

ts
{
    production: false,
    //ApiUrl: 'https://dev-api.pams.net/',
    //ApiUrl: 'https://prod-api.pams.net/',
    ApiUrl: 'http://localhost:37697/',
    //ApiOneDriveUrl: 'https://core.pams.net/api/',
    ApiOneDriveUrl: 'http://localhost:50826/api/',
    FrontEndUrl: 'http://shoteco2.localhost:3467/',
    OriginURL: 'http://localhost:3467/',
    imports: [],
    version: ' Local', // placeholde…

Used by

90 references from 90 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (90)

  • AppComponentFrontend/src/app/app.component.ts:1
  • TranslateHandlerFrontend/src/app/app.module.ts:1
  • MrqDetailsComponentFrontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1
  • MrqListComponentFrontend/src/app/components/MRQ/mrq-list/mrq-list.component.ts:1
  • BillOfMaterialsDetailsComponentFrontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1
  • BillOfMaterialsListComponentFrontend/src/app/components/bill-of-materials/bill-of-materials-list/bill-of-materials-list.component.ts:1
  • BlogsDetailsComponentFrontend/src/app/components/blogs/blogs-details/blogs-details.component.ts:1
  • BlogsComponentFrontend/src/app/components/blogs/blogs.component.ts:1

…and 82 more.

Was this page helpful?

Download as PDF