forked from DGNum/infrastructure
feat(hedgedoc): allow free URL yes yes
This commit is contained in:
parent
4829f2e11e
commit
bd598dfdb0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
allowOrigin = [ host ];
|
allowOrigin = [ host ];
|
||||||
|
|
||||||
allowFreeUrl = true;
|
allowFreeURL = true;
|
||||||
|
|
||||||
db = {
|
db = {
|
||||||
dialect = "postgres";
|
dialect = "postgres";
|
||||||
|
|
Loading…
Reference in a new issue