2023-07-07 03:05:15 +03:00
|
|
|
DEBUG_MODE=false
|
2023-06-17 14:42:02 +03:00
|
|
|
ACCESS_TOKEN_SECRET=secret_jwt
|
|
|
|
ACCESS_TOKEN_EXPIRES_IN=5m
|
|
|
|
LOGIN_TOKEN_SECRET=secret_login_token
|
|
|
|
LOGIN_TOKEN_EXPIRES_IN=15m
|
|
|
|
REFRESH_TOKEN_SECRET=secret_refresh_token
|
|
|
|
REFRESH_TOKEN_EXPIRES_IN=90d
|
2023-07-18 07:15:57 +03:00
|
|
|
PG_DATABASE_URL=postgres://postgres:postgrespassword@localhost:5432/default?connection_limit=1
|
2023-06-17 14:42:02 +03:00
|
|
|
FRONT_AUTH_CALLBACK_URL=http://localhost:3001/auth/callback
|
2023-07-04 17:02:44 +03:00
|
|
|
STORAGE_TYPE=local
|
2023-07-05 00:53:53 +03:00
|
|
|
STORAGE_LOCAL_PATH=.local-storage
|