adding token secrets to twenty env

This commit is contained in:
serban-alexandru
2024-07-26 17:12:47 +03:00
parent b4888113da
commit e4d822feeb
+4 -4
View File
@@ -9,10 +9,10 @@ SERVER_URL=http://localhost:3000
# FRONT_BASE_URL=http://localhost:3000 # FRONT_BASE_URL=http://localhost:3000
# Use openssl rand -base64 32 for each secret # Use openssl rand -base64 32 for each secret
# ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
# LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login
# REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh
# FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh
SIGN_IN_PREFILLED=true SIGN_IN_PREFILLED=true