molly-brown/rootfs/etc/confd/templates/molly.conf.tmpl

21 lines
439 B
Cheetah

## Basic settings
#
Port = 1965
Hostname = "{{ getenv "HOST_NAME" }}"
CertPath = "/etc/molly-brown/keys/cert.pem"
KeyPath = "/etc/molly-brown/keys/key.pem"
DocBase = "/var/gemini/"
HomeDocBase = "users"
GeminiExt = "gmi"
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
AccessLog = "-"
ErrorLog = "-"
ReadMollyFiles = true
#
## MIME type overrides
#
[MimeOverrides]
"atom.xml$" = "application/atom+xml"
"rss.xml$" = "application/rss+xml"