mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 07:35:37 -07: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
|