straywild-dedicated-server/config/server.cfg.example

27 lines
897 B
Text
Raw Normal View History

2026-08-10 13:56:40 -04:00
[server]
2026-08-25 17:14:33 -04:00
name="straywild Dedicated Server"
2026-08-10 13:56:40 -04:00
bind_address="*"
port=7777
max_players=8
public=false
# Public discovery hides this server's address while players browse, but all
# dedicated rooms are direct. Dedicated servers cannot use Woofmeow's shared
# player-hosting relay. The game warns players before joining. Operators are
# responsible for providing a publicly reachable route and should use off-site
# hosting or a VPN with inbound UDP forwarding when exposing a home connection
# is unacceptable.
# Running this dedicated server at home does not hide the household IP by
# itself. Residential-IP separation requires an off-site host or correctly
# configured VPN.
2026-08-25 17:14:33 -04:00
data_directory="/var/lib/straywild-server"
2026-08-10 13:56:40 -04:00
[discovery]
2026-08-25 17:14:33 -04:00
url="https://discovery.straywild.io"
2026-08-11 22:58:53 -04:00
2026-08-20 17:54:22 -04:00
[privacy]
chat_logging=false
2026-08-25 17:14:33 -04:00
chat_log_path="/var/lib/straywild-server/logs/chat.jsonl"
2026-08-20 17:54:22 -04:00
2026-08-11 22:58:53 -04:00
[moderation]
operators=PackedStringArray()