From 00c29747fdde72cb0f680d59f1598899a624d76d Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:05:06 +0000 Subject: [PATCH] Documentation updates from Promptless --- pages/edge/configuration.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/edge/configuration.mdx b/pages/edge/configuration.mdx index b18c7ac..5d1eda3 100644 --- a/pages/edge/configuration.mdx +++ b/pages/edge/configuration.mdx @@ -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`