19 lines
622 B
JSON
19 lines
622 B
JSON
|
{
|
||
|
"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
|
||
|
}
|