From 55a7cefc53e19d3a86d37bc9d3b8ef1ba3b29dcd Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 14 Jan 2022 12:19:42 +0100 Subject: [PATCH] docs: add note about when the new configuration option was added. --- website/docs/deploy/configuring-unleash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/deploy/configuring-unleash.md b/website/docs/deploy/configuring-unleash.md index 66830c059b..1310761561 100644 --- a/website/docs/deploy/configuring-unleash.md +++ b/website/docs/deploy/configuring-unleash.md @@ -104,7 +104,7 @@ unleash.start(unleashOptions); - _min_ - minimum connections in connections pool (defaults to 0) (`DATABASE_POOL_MIN`) - _max_ - maximum connections in connections pool (defaults to 4) (`DATABASE_POOL_MAX`) - _idleTimeoutMillis_ - time in milliseconds a connection must be idle before being marked as a candidate for eviction (defaults to 30000) (`DATABASE_POOL_IDLE_TIMEOUT_MS`) -- **disableLegacyFeaturesApi** (boolean) - whether to disable the [legacy features API](../api/admin/feature-toggles-api.md). Defaults to `false` (`DISABLE_LEGACY_FEATURES_API`). +- **disableLegacyFeaturesApi** (boolean) - whether to disable the [legacy features API](../api/admin/feature-toggles-api.md). Defaults to `false` (`DISABLE_LEGACY_FEATURES_API`). Introduced in Unleash 4.6. - **email** - the email object configuring an SMTP server for sending welcome mails and password reset mails - `host` - The server URL to your SMTP server - `port` - Which port the SMTP server is running on. Defaults to 465 (Secure SMTP)