--- # ====================================== # | [[ 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"