diff --git a/Open_L1/node/config/tmpl.server.json b/Open_L1/node/config/tmpl.server.json new file mode 100644 index 0000000..0f1d5f7 --- /dev/null +++ b/Open_L1/node/config/tmpl.server.json @@ -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 +} \ No newline at end of file