-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.linux.example.json
More file actions
27 lines (27 loc) · 1.12 KB
/
Copy pathconfig.linux.example.json
File metadata and controls
27 lines (27 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"exe": "/opt/sbox-server/sbox-server.sh",
"game-dir": "/opt/sbox-server",
"child-args": "+game facepunch.sandbox facepunch.flatgrass +port 27015 +net_query_port 27016 +hostname \"My S&box Server\"",
"child-port": 27015,
"listen-port": 27019,
"rcon-port": 27020,
"query-port": 27016,
"query-poll-sec": 30,
"bind": "127.0.0.1",
"rcon-password": "change-me-please",
"buffer-size": 1000,
"shutdown-command": "quit",
"audit-log": "/var/log/sboxconsole/audit.jsonl",
"discord-webhook": "",
"banlist": "/var/lib/sboxconsole/banlist.json",
"allowlist": "/var/lib/sboxconsole/allowlist.json",
"kick-command": "kick {steamid}",
"connect-regex": "",
"disconnect-regex": "",
"scheduler": "/var/lib/sboxconsole/scheduler.json",
"logs-dir": "/var/log/sboxconsole",
"no-auto-restart": false,
"restart-backoff-sec": 5,
"restart-max-attempts": 5,
"restart-window-sec": 600
}