adding token secrets to twenty env
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user