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: "" defaultPermission: ""
dbURL: "" dbURL: ""
db: db:
username: "" username: "hedgedoc"
password: "" password: ""
host: "" host: ""
port: "" port: "5432"
database: "" database: "hedgedoc"
dialect: "" dialect: "postgres"
sessionSecret: "" sessionSecret: ""
sessionLife: "" sessionLife: ""
tooBusyLag: "" tooBusyLag: ""