mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
# Required environment variables
|
|
JWT_SECRET=
|
|
|
|
# Optional environment variables
|
|
DATABASE_URL=
|
|
JWT_ACCESS_TOKEN_EXPIRES=
|
|
JWT_REFRESH_TOKEN_EXPIRES=
|
|
USER_CLIENT_CHALLENGE_EXPIRES=
|
|
TOKEN_UPGRADE_CHALLENGE_EXPIRES=
|
|
LIBRARY_PATH=
|