janus/.env.example
Steven Qiu 814448dbc9
Initial commit
What is version control? LOL
2025-06-23 20:43:34 +08:00

22 lines
440 B
Plaintext

PORT="3000"
DB_HOST=
DB_PORT=
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
ISSUER=
BS_SITE_URL=
SHARED_CLIENT_ID=
TOKEN_EXPIRES_IN_1="259200"
TOKEN_EXPIRES_IN_2="604800"
DEVICE_CODE_EXPIRES_IN="600"
GRANT_EXPIRES_IN="25920000"
# STOP HERE! You have completed all necessary editing.
# DO NOT edit the following lines UNLESS you know what you're doing.
DB_CONNECTION_STRING="mysql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}"