Add 'Open_L1/node/config/tmpl.server.json'
This commit is contained in:
parent
21b599d8d4
commit
0aa2b8ddcd
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"IP": "*",
|
||||||
|
"Port": "2000", // Gameserver Port
|
||||||
|
"Port4RCON": "2222",
|
||||||
|
"RCONAdmin": "gamemaster",
|
||||||
|
"RCONPass": "X", // CHANGE ME!
|
||||||
|
// "DBType": "SQLite", // Possibly support SQLite for fast builds/testing
|
||||||
|
"SQLIP": "localhost",
|
||||||
|
"DBName": "openl1db",
|
||||||
|
"SQLUser": "openl1",
|
||||||
|
"SQLPass": "X", // CHANGE ME!
|
||||||
|
"SRVTimeZone": "Etc/GMT-8",
|
||||||
|
"EmuTimeZone": "NA", // Options: NA/JP/KO/CN/TW
|
||||||
|
"BlockVPN": "",
|
||||||
|
"ConnectionLimit": "true",
|
||||||
|
"MaxConnections": "3", // Max connections from 1 IP
|
||||||
|
"MaxOnlineUsers": "50",
|
||||||
|
"LogLang": "en_us" //Options: en_us/ja_jp/ko_kr/zh_cn/zh_tw
|
||||||
|
}
|
Loading…
Reference in New Issue