Skip to content

Commit

Permalink
fix: do not provide default token secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Freebios committed Mar 21, 2024
1 parent 071a611 commit 8288224
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/twenty-docker/prod/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ SERVER_URL=http://localhost:3000
# Uncoment if you are serving your front on another server than the API (eg. bucket)
# FRONT_BASE_URL=http://localhost:3000

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
# 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

SIGN_IN_PREFILLED=true

0 comments on commit 8288224

Please sign in to comment.