From beb8911cf7658b6b95d05bffaabf1a4183c3a059 Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Fri, 2 Apr 2021 16:12:43 +0400 Subject: [PATCH] chore: add note about units to expire config Signed-off-by: m.nabokikh --- examples/config-dev.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 344d72dc..b40ea582 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -73,14 +73,15 @@ telemetry: # tlsClientCA: examples/grpc-client/ca.crt # Uncomment this block to enable configuration for the expiration time durations. +# Is possible to specify units using only s, m and h suffixes. # expiry: # deviceRequests: "5m" # signingKeys: "6h" # idTokens: "24h" # refreshTokens: # reuseInterval: "3s" -# validIfNotUsedFor: "2190h" -# absoluteLifetime: "5000h" +# validIfNotUsedFor: "2160h" # 90 days +# absoluteLifetime: "3960h" # 165 days # Options for controlling the logger. # logger: