mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-06-21 03:38:45 +09:00
9 lines
172 B
Bash
9 lines
172 B
Bash
# Required environment variables
|
|
JWT_SECRET=
|
|
|
|
# Optional environment variables
|
|
DATABASE_URL=
|
|
JWT_ACCESS_TOKEN_EXPIRES=
|
|
JWT_REFRESH_TOKEN_EXPIRES=
|
|
PUBKEY_CHALLENGE_EXPIRES=
|