fix twenty env

This commit is contained in:
Andrei Canta
2024-09-27 14:39:59 +03:00
parent e75da89239
commit e6ca3d4c99
+5 -5
View File
@@ -1,16 +1,16 @@
TAG=latest 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 PG_DATABASE_HOST=db:5432
SERVER_URL=http://localhost:3000 SERVER_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