mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 19:11:49 +02:00
Update Example dotenv File
This commit is contained in:
parent
7cecf3a7a7
commit
ba02a01838
@ -1,3 +0,0 @@
|
|||||||
USERNAME=admin
|
|
||||||
PASSWORD=pass
|
|
||||||
PORT=3000
|
|
10
backend/karaoqueue-backend/.example.env
Normal file
10
backend/karaoqueue-backend/.example.env
Normal 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
|
Loading…
x
Reference in New Issue
Block a user