# 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.