starfig/config.example.toml

12 lines
193 B
TOML
Raw Permalink Normal View History

[starfig]
pfx = "identity.pfx"
bind_address = "0.0.0.0:1965"
[hosts]
redirect_invalid_hosts = false
active = [ "default" ]
[hosts.default]
domain = "example.org"
root = "/srv/gemini/content"