From 0aa2b8ddcda1c7d5df65f4418303026115040f20 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 24 Feb 2022 09:58:23 +0000 Subject: [PATCH] Add 'Open_L1/node/config/tmpl.server.json' --- Open_L1/node/config/tmpl.server.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Open_L1/node/config/tmpl.server.json 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