feat(hedgedoc): allow free urls

This commit is contained in:
Tom Hubrecht 2023-12-03 13:24:22 +01:00
parent 5426289b21
commit 3e763f419a

View file

@ -17,6 +17,8 @@ in {
host = "127.0.0.1";
allowOrigin = [ host ];
allowFreeUrl = true;
db = {
dialect = "postgres";
host = "/run/postgresql";