-
Notifications
You must be signed in to change notification settings - Fork 53
/
.env.example
49 lines (42 loc) · 950 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This is a comment!
# Uncomment lines if you want to change them from their defaults
## web server
# WEB_PORT=80
# WEB_CORS=false
## management server
# WEB_MANAGEMENT_PORT=8898
## game server
# NODE_ID=10
# NODE_PORT=43594
# NODE_MEMBERS=true
# NODE_XPRATE=1
# NODE_PRODUCTION=false
# NODE_KILLTIMER=50
# NODE_ALLOW_CHEATS=true
# NODE_DEBUG=true
# NODE_DEBUG_PROFILE=false
# NODE_STAFF=pazaz
# NODE_CLIENT_ROUTEFINDER=true
# NODE_SOCKET_TIMEOUT=true
# NODE_WALKTRIGGER_SETTING=0
## login server
# LOGIN_HOST=localhost
# LOGIN_PORT=43500
# LOGIN_KEY=
## friend server
# FRIEND_HOST=localhost
# FRIEND_PORT=45099
## database
# DATABASE_URL=mysql://root:password@localhost:3306/lostcity
# DB_HOST=localhost
# DB_NAME=lostcity
# DB_USER=root
# DB_PASS=password
## development
# BUILD_JAVA_PATH=java
# BUILD_STARTUP=true
# BUILD_STARTUP_UPDATE=true
# BUILD_VERIFY=true
# BUILD_VERIFY_FOLDER=true
# BUILD_VERIFY_PACK=true
# BUILD_SRC_DIR=data/src