fix hedgedoc database config
This commit is contained in:
parent
7839693bad
commit
95fb2ae683
|
@ -23,7 +23,10 @@ in
|
||||||
port = 3002;
|
port = 3002;
|
||||||
domain = "${domain}";
|
domain = "${domain}";
|
||||||
protocolUseSSL = true;
|
protocolUseSSL = true;
|
||||||
dbURL = "postgres://hedgedoc@%2Frun%2Fpostgresql/hedgedoc";
|
db = {
|
||||||
|
dialect = "postgres";
|
||||||
|
host = "/run/postgresql/";
|
||||||
|
};
|
||||||
sessionSecret = "\${SESSION_SECRET}";
|
sessionSecret = "\${SESSION_SECRET}";
|
||||||
csp = {
|
csp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue