molly-brown/rootfs/etc/confd/templates/molly.conf.tmpl
Sebastian Hugentobler 269df6a0c2
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m58s
use new logging config
2023-12-31 22:33:20 +01:00

21 lines
438 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"