f57708a0c9
FossilOrigin-Name: 4fde441d7ec8011e697a949b4e24b9e2f22abdfe44732e55411bd927abd62979
28 lines
669 B
YAML
28 lines
669 B
YAML
# ======================================
|
|
# | [[ Wormhole ]] |
|
|
# | Copy this as config.yaml |
|
|
# ======================================
|
|
|
|
instance:
|
|
host: "my-instance.social"
|
|
|
|
http:
|
|
port: 4050
|
|
thread_pool_size: 12
|
|
|
|
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"
|