From c8f4eccf876bf130fb2ae521f7e01f22a7fc6808 Mon Sep 17 00:00:00 2001 From: Anton Shepilov Date: Fri, 22 Sep 2023 16:46:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8Fadd=20auth=20token=20expir?= =?UTF-8?q?ation=20env=20variable=20(#212)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/backend/node/config/custom-environment-variables.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tdrive/backend/node/config/custom-environment-variables.json b/tdrive/backend/node/config/custom-environment-variables.json index 1bf1e9de..bc085ec8 100644 --- a/tdrive/backend/node/config/custom-environment-variables.json +++ b/tdrive/backend/node/config/custom-environment-variables.json @@ -27,7 +27,8 @@ "websocket": { "auth": { "jwt": { - "secret": "AUTH_JWT_SECRET" + "secret": "AUTH_JWT_SECRET", + "expiration": "AUTH_JWT_EXPIRATION" } } },