chore: add default values for postgres
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 21:31:37 +03:00
parent 8171cd6e67
commit a13daff913

View File

@ -31,12 +31,12 @@ config:
defaultPermission: ""
dbURL: ""
db:
username: ""
username: "hedgedoc"
password: ""
host: ""
port: ""
database: ""
dialect: ""
port: "5432"
database: "hedgedoc"
dialect: "postgres"
sessionSecret: ""
sessionLife: ""
tooBusyLag: ""