Update Example dotenv File

This commit is contained in:
Phillip Kühne 2020-10-03 15:43:31 +02:00
parent 7cecf3a7a7
commit ba02a01838
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
USERNAME=admin
PASSWORD=pass
PORT=3000

View File

@ -0,0 +1,10 @@
# Fixed login Username
KQUEUE_USERNAME=admin
# Fixed login Password
KQUEUE_PASSWORD=pass
# Port the app is listening on
KQUEUE_PORT=3000
# Secret used to sign JSON Web Tokens
KQUEUE_JWTSECRET=THIS_IS_A_BAD_SECRET_PLEASE_CHANGE
# Expiry time for the login jwt tokens in minutes
KQUEUE_JWTEXPIRY=1440 # 24h