mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
14 lines
281 B
YAML
14 lines
281 B
YAML
![]() |
# Refer to ../docs/webhost configuration sample.yaml
|
||
|
|
||
|
# We'll be hosting VIA gunicorn
|
||
|
SELFHOST: false
|
||
|
# Start room and generator processes
|
||
|
SELFLAUNCH: true
|
||
|
JOB_THRESHOLD: 0
|
||
|
|
||
|
# Maximum concurrent world gens
|
||
|
GENERATORS: 3
|
||
|
|
||
|
# Rooms will be spread across multiple processes
|
||
|
HOSTERS: 4
|