1
0
forked from noxious/server

Added REDIS_URL to .env.example and use this in queuManager, removed & commented debug code

This commit is contained in:
2024-09-21 22:00:08 +02:00
parent fd8cefd0db
commit 66cbdec5b6
7 changed files with 21 additions and 35 deletions

View File

@ -2,6 +2,7 @@
ENV=development
PORT=4000
DATABASE_URL="mysql://root@localhost:3306/nq"
REDIS_URL="redis://@127.0.0.1:6379/4"
JWT_SECRET="secret"
# Game configuration