1
0
forked from noxious/server

Added client URL to .env.example and cors

This commit is contained in:
2024-11-05 00:27:09 +01:00
parent 929a36554a
commit 3b473e5826
2 changed files with 2 additions and 1 deletions

View File

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