Skip to content

Commit

Permalink
adding token secrets to twenty env
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-alexandru committed Jul 26, 2024
1 parent b488811 commit e4d822f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions twenty/code/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4d822f

Please sign in to comment.