Rename SIGN_IN_PREFILLED env variable

This commit is contained in:
Charles Bochet
2023-07-31 19:20:11 -07:00
parent 86fee770e1
commit 7a6a75a958
5 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ services:
- "3000:3000"
environment:
DEBUG_MODE: false
IS_SIGN_IN_PREFILLED: true
SIGN_IN_PREFILLED: true
ACCESS_TOKEN_SECRET: "secret_jwt"
LOGIN_TOKEN_SECRET: "secret_login_token"
REFRESH_TOKEN_SECRET: "secret_refresh_token"