hedgedoc: use postgres

This commit is contained in:
notohh 2023-06-18 17:35:39 -04:00
parent 6152018038
commit 761f0fa48f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,10 +8,7 @@ _: {
allowAnonymous = true;
allowFreeURL = true;
allowEmailRegister = false;
db = {
dialect = "sqlite";
storage = "/var/lib/hedgedoc/db.sqlite";
};
dbURL = "postgres://hedgedoc:hedgedoc@192.168.1.211:5432/hedgedoc";
};
};
}