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 = { configuration = {
domain = "notes.buehler.rocks"; domain = "notes.buehler.rocks";
protocolUseSSL = true; protocolUseSSL = true;
urlAddPort = false;
db = { db = {
dialect = "sqlite"; dialect = "sqlite";
storage = "/var/lib/hedgedoc/db.hedgedoc.sqlite"; storage = "/var/lib/hedgedoc/db.hedgedoc.sqlite";