This commit is contained in:
Dennis Postma 2024-11-05 00:28:27 +01:00
parent 3b473e5826
commit bf75ad001b

View File

@ -4,7 +4,7 @@ PORT=4000
DATABASE_URL="mysql://root@localhost:3306/nq" DATABASE_URL="mysql://root@localhost:3306/nq"
REDIS_URL="redis://@127.0.0.1:6379/4" REDIS_URL="redis://@127.0.0.1:6379/4"
JWT_SECRET="secret" JWT_SECRET="secret"
CLIENT_URL="https://localhost:5173" CLIENT_URL="http://localhost:5173"
# Game configuration # Game configuration
ALLOW_DIAGONAL_MOVEMENT=false ALLOW_DIAGONAL_MOVEMENT=false