added protocol and domain

This commit is contained in:
eclipse 2025-03-16 18:15:20 +01:00
parent 63d23dad7b
commit 1d93d44ab1

View File

@ -3,6 +3,11 @@
[hash]
uniqueKey = some string
[general]
; do not add ://
protocol = http
;protocol = https
domain = localhost
[smtp]
host = some.mail.host
@ -11,7 +16,6 @@ username = smpt_user
password = smtp_pass
auth = TRUE
[db]
sqlite[dsn] = sqlite:path/to/db.sqlite