forked from noxious/server
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
# Server configuration
|
|
ENV=development
|
|
PORT=4000
|
|
DATABASE_URL="mysql://root@localhost:3306/nq"
|
|
JWT_SECRET="secret"
|
|
|
|
# Default character create values
|
|
DEFAULT_CHARACTER_ZONE="0"
|
|
DEFAULT_CHARACTER_POS_X="0"
|
|
DEFAULT_CHARACTER_POS_Y="0" |