# environment

**Kind:** Constant

**Source:** `Outlook_plugin/src/environment/environment.ts` (line 2)

**Part of:** [Outlook Plugin](subsystem-outlook-plugin)

## Definition

```ts
{
  production: false,
  apiUrl: 'http://localhost:37697/',
  oneDriveApiUrl: 'http://localhost:50826/api/',
  addinUrl: 'https://localhost:3000/',
  
  // Azure AD Configuration
  azureAd: {
    clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
    authority: 'https://login.microsoftonline.com/common',
    redirectUri: 'https://localhost:3000/taskpane.html',
    scopes: [
      'https://graph.mic…
```

## Value

```ts
{
  production: false,
  apiUrl: 'http://localhost:37697/',
  oneDriveApiUrl: 'http://localhost:50826/api/',
  addinUrl: 'https://localhost:3000/',
  
  // Azure AD Configuration
  azureAd: {
    clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
    authority: 'https://login.microsoftonline.com/common',
    redirectUri: 'https://localhost:3000/taskpane.html',
    scopes: [
      'https://graph.mic…
```
