Add 'Open_L1/node/config/tmpl.server.json'

This commit is contained in:
Sarimoko 2022-02-24 09:58:23 +00:00
parent 21b599d8d4
commit 0aa2b8ddcd
1 changed files with 19 additions and 0 deletions

View File

@ -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
}