hedgedoc: use postgres
This commit is contained in:
parent
6152018038
commit
761f0fa48f
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue