1420a219ee
FossilOrigin-Name: e7a3187b94e5a277a7bb0126e6e599f5a788ec695e428440dc755aac71376081
29 lines
690 B
YAML
29 lines
690 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"
|