From e6ca3d4c99ecaa6cca9754a43e2085887f8d4a48 Mon Sep 17 00:00:00 2001 From: Andrei Canta Date: Fri, 27 Sep 2024 14:39:59 +0300 Subject: [PATCH] fix twenty env --- twenty/code/.env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/twenty/code/.env.example b/twenty/code/.env.example index c254822..f5f762e 100644 --- a/twenty/code/.env.example +++ b/twenty/code/.env.example @@ -1,16 +1,16 @@ TAG=latest -# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password +POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password PG_DATABASE_HOST=db:5432 SERVER_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