hedgedoc: remove redundant settings

This commit is contained in:
Felix Buehler 2022-07-18 22:48:39 +02:00
parent 6bd8676dfb
commit e74cb8a52d

View file

@ -5,7 +5,6 @@
configuration = {
domain = "notes.buehler.rocks";
protocolUseSSL = true;
urlAddPort = false;
db = {
dialect = "sqlite";
storage = "/var/lib/hedgedoc/db.hedgedoc.sqlite";