Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pages/edge/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ The `debug` field is used to enable debug mode for the application. This in turn
- Required: `false`
- Default: `false`

### `enable_email`

The `enable_email` field allows you to associate an email account with your application. When enabled, a randomly generated email address is created for your app, and environment variables are set to allow the app to access the email credentials.

Example:
```yaml filename="app.yaml" copy
enable_email: true
```

- Required: `false`
- Default: `false`

### `redirect`

#### `redirect.force_https`
Expand Down