From b2da14c3e88b65fe878d255d5f64b4f54d396e7a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 24 Sep 2015 12:17:26 -0400 Subject: [PATCH] Documentation fix for global TTLs --- website/source/docs/config/index.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 650e8a94b3..b4faba5c35 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -49,11 +49,11 @@ to specify where the configuration is. * `telemetry` (optional) - Configures the telemetry reporting system (see below). -* `default_lease_duration` (optional) - Configures the default lease - duration for tokens and secrets, specified in hours. Default value - is 30 days. This value cannot be larger than `max_lease_duration`. +* `default_lease_ttl` (optional) - Configures the default lease duration + for tokens and secrets, specified in hours. Default value + is 30 days. This value cannot be larger than `max_lease_ttl`. -* `max_lease_duration` (optional) - Configures the maximum possible +* `max_lease_ttl` (optional) - Configures the maximum possible lease duration for tokens and secrets, specified in hours. Default value is 30 days.