Skip to content

environment

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/environments/environment.ts (line 7)

Part of: Pams

Definition

ts
{
  production: false,
  ApiUrl: 'http://localhost:37697/',
  ApiOneDriveUrl: 'http://localhost:50826/api/',
  FrontEndUrl: 'http://shoteco2.localhost:3467/',
  OriginURL: 'http://localhost:3467/',
  imports: [StoreDevtoolsModule.instrument({ maxAge: 5 })],
  metaReducers: [resetState],
  version: ' Local', // placeholder for set-env-version script
  environmentEnum: 1
}

Value

ts
{
  production: false,
  ApiUrl: 'http://localhost:37697/',
  ApiOneDriveUrl: 'http://localhost:50826/api/',
  FrontEndUrl: 'http://shoteco2.localhost:3467/',
  OriginURL: 'http://localhost:3467/',
  imports: [StoreDevtoolsModule.instrument({ maxAge: 5 })],
  metaReducers: [resetState],
  version: ' Local', // placeholder for set-env-version script
  environmentEnum: 1
}

Used by

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

Imported by (6)

  • AppComponentPams/Web/Pams.Web/Client/app/app.component.ts:1
  • NewBranchComponentPams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts:1
  • InvoiceDetailsComponentPams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • CurrencyRatePams/Web/Pams.Web/Client/app/components/payments/payment-details/payment-details.component.ts:1
  • ReportsComponentPams/Web/Pams.Web/Client/app/components/reports/reports.component.ts:1
  • AppMenuComponentPams/Web/Pams.Web/Client/app/components/shared/app-menu/app-menu.component.ts:1

Was this page helpful?

Download as PDF