# environment

**Kind:** Constant

**Source:** `Frontend/src/environments/environment.local.ts` (line 2)

## Definition

```ts
{
  production: false,
  ApiUrl: 'http://localhost:37697/',
  ApiOneDriveUrl: 'http://localhost:50826/api/', 
  FrontEndUrl: 'http://shoteco2.localhost:3467/',
  OriginURL: 'http://localhost:3467/',
  imports: [],
  version: ' Local', // placeholder for set-env-version script
  buildHash: '3f7718493',
  environmentEnum: 1,
  enableServiceWorker: false
}
```

## Value

```ts
{
  production: false,
  ApiUrl: 'http://localhost:37697/',
  ApiOneDriveUrl: 'http://localhost:50826/api/', 
  FrontEndUrl: 'http://shoteco2.localhost:3467/',
  OriginURL: 'http://localhost:3467/',
  imports: [],
  version: ' Local', // placeholder for set-env-version script
  buildHash: '3f7718493',
  environmentEnum: 1,
  enableServiceWorker: false
}
```
