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

315 B

Server Config

This folder is for server configuration templates.

Possible future config values:

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.