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;
|
allowAnonymous = true;
|
||||||
allowFreeURL = true;
|
allowFreeURL = true;
|
||||||
allowEmailRegister = false;
|
allowEmailRegister = false;
|
||||||
db = {
|
dbURL = "postgres://hedgedoc:hedgedoc@192.168.1.211:5432/hedgedoc";
|
||||||
dialect = "sqlite";
|
|
||||||
storage = "/var/lib/hedgedoc/db.sqlite";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue