wormhole/config.sample.yaml
nekobit ecc0d91cb5 Fork FCGI process
FossilOrigin-Name: 89820a01105e1a7ee10efbb5e072c1d0807a1cd730eaf00f6ed6b0a290b39c69
2022-10-30 17:09:32 +00:00

28 lines
667 B
YAML

---
# ======================================
# | [[ Wormhole ]] |
# | Copy this as config.yaml |
# ======================================
instance:
host: "my-instance.social"
http:
port: 4050
database:
db_type: "sqlite"
db_name: "wormhole"
sqlite:
db_file: "wormhole.sqlite"
# frontend:
# # If you specify multiple frontends configs and want to easily switch,
# # fe_type just ensures which one to use (but if you use just one, it's not required)
# fe_type: "fcgi"
#
# fcgi:
# # Note: If you aren't building on GLIBC, this must be the
# # full path to the executable.
# exec: "treebird"