Sebastian Hugentobler
269df6a0c2
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m58s
21 lines
438 B
Cheetah
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"
|