1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(hedgedoc): reset state

This commit is contained in:
2021-05-30 10:13:34 +02:00
parent 06eda7cb6f
commit fd38db79c0

View File

@@ -12,12 +12,12 @@
services.hedgedoc = {
enable = true;
configuration = {
allowAnonymous = false;
allowAnonymous = true;
allowGravatar = false;
allowFreeURL = true;
db = {
dialect = "sqlite";
storage = "/var/lib/codimd/db.codimd.sqlite";
useCDN = false;
storage = "/var/lib/codimd/state.sqlite";
};
port = 3091;
};