138094bd5a
FossilOrigin-Name: 1912f99b00d35693c0c14222f5e575a73f05fc9ba302ea6cbbe3fa23a0065561
24 lines
403 B
YAML
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"
|