1
0
forked from noxious/server

Added logics for saving zone updates

This commit is contained in:
2024-06-13 23:02:32 +02:00
parent aef82affc5
commit 890a4bdb88
5 changed files with 82 additions and 9 deletions

View File

@ -2,4 +2,9 @@
ENV=development
PORT=4000
DATABASE_URL="mysql://root@localhost:3306/nq"
JWT_SECRET="secret"
JWT_SECRET="secret"
# Default character create values
DEFAULT_CHARACTER_ZONE="0"
DEFAULT_CHARACTER_POS_X="0"
DEFAULT_CHARACTER_POS_Y="0"