feat(hedgedoc): allow free urls
This commit is contained in:
parent
5426289b21
commit
3e763f419a
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ in {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
allowOrigin = [ host ];
|
allowOrigin = [ host ];
|
||||||
|
|
||||||
|
allowFreeUrl = true;
|
||||||
|
|
||||||
db = {
|
db = {
|
||||||
dialect = "postgres";
|
dialect = "postgres";
|
||||||
host = "/run/postgresql";
|
host = "/run/postgresql";
|
||||||
|
|
Loading…
Reference in a new issue