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)
AppComponent—Pams/Web/Pams.Web/Client/app/app.component.ts:1NewBranchComponent—Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts:1InvoiceDetailsComponent—Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts:1CurrencyRate—Pams/Web/Pams.Web/Client/app/components/payments/payment-details/payment-details.component.ts:1ReportsComponent—Pams/Web/Pams.Web/Client/app/components/reports/reports.component.ts:1AppMenuComponent—Pams/Web/Pams.Web/Client/app/components/shared/app-menu/app-menu.component.ts:1
Was this page helpful?