mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
11 lines
362 B
YAML
11 lines
362 B
YAML
![]() |
# Refer to ../docs/webhost configuration sample.yaml
|
||
|
|
||
|
# We'll be hosting VIA gunicorn
|
||
|
SELFHOST: false
|
||
|
# We'll start a separate process for rooms and generators
|
||
|
SELFLAUNCH: false
|
||
|
|
||
|
# Host Address. This is the address encoded into the patch that will be used for client auto-connect.
|
||
|
# Set as your local IP (192.168.x.x) to serve over LAN.
|
||
|
HOST_ADDRESS: localhost
|