From adcc880040a93c6ec7f13ea12327e527c2da8fcb Mon Sep 17 00:00:00 2001 From: gitnl Date: Sun, 10 May 2026 14:55:39 +0000 Subject: [PATCH] Add server_config.json --- server_config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 server_config.json diff --git a/server_config.json b/server_config.json new file mode 100644 index 0000000..25cd4e7 --- /dev/null +++ b/server_config.json @@ -0,0 +1,10 @@ +{ + "ServerName": "My Abiotic Factor Server", + "AdminPassword": "change-me-123", + "InstallDir": "", + "QueryPort": "27015", + "Port": "7777", + "SteamCMDDir": "", + "ServerPassword": "change-me", + "MaxPlayers": "6" +} \ No newline at end of file