Files
Commonwealth-Online-Server/server/config/README.md
T
2026-08-01 18:43:40 +12:00

18 lines
315 B
Markdown

# Server Config
This folder is for server configuration templates.
Possible future config values:
```text
host=0.0.0.0
port=7777
max_players=2
tick_rate=20
```
`0.0.0.0` listens on all network interfaces. Use `127.0.0.1` only if you want
local-only access again.
Do not commit private IPs, tokens, or secrets.