wormhole/config.sample.yaml
nekobit 138094bd5a Frontend config
FossilOrigin-Name: 1912f99b00d35693c0c14222f5e575a73f05fc9ba302ea6cbbe3fa23a0065561
2022-10-29 20:59:08 +00:00

24 lines
403 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:
# fe_type: "fcgi"
# fcgi:
# exec: "/usr/bin/treebird"