forked from noxious/server
Added REDIS_URL to .env.example and use this in queuManager, removed & commented debug code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user