From e4d822feebbf689bc1607f33c6c9b7f52b6ccd7f Mon Sep 17 00:00:00 2001 From: serban-alexandru Date: Fri, 26 Jul 2024 17:12:47 +0300 Subject: [PATCH] adding token secrets to twenty env --- twenty/code/.env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/twenty/code/.env.example b/twenty/code/.env.example index 484faf4..342e37e 100644 --- a/twenty/code/.env.example +++ b/twenty/code/.env.example @@ -9,10 +9,10 @@ SERVER_URL=http://localhost:3000 # FRONT_BASE_URL=http://localhost:3000 # Use openssl rand -base64 32 for each secret -# ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access -# LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login -# REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh -# FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh +ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access +LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login +REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh +FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh SIGN_IN_PREFILLED=true