feat(hedgedoc): allow free URL yes yes

This commit is contained in:
Raito Bezarius 2023-12-04 18:44:59 +01:00
parent 4829f2e11e
commit bd598dfdb0

View file

@ -17,7 +17,7 @@ in {
host = "127.0.0.1";
allowOrigin = [ host ];
allowFreeUrl = true;
allowFreeURL = true;
db = {
dialect = "postgres";