15 lines
213 B
Markdown
15 lines
213 B
Markdown
# Server Config
|
|
|
|
This folder is for server configuration templates.
|
|
|
|
Possible future config values:
|
|
|
|
```text
|
|
host=127.0.0.1
|
|
port=7777
|
|
max_players=2
|
|
tick_rate=20
|
|
```
|
|
|
|
Do not commit private IPs, tokens, or secrets.
|