chore: add default values for postgres
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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: ""
|
||||
|
Reference in New Issue
Block a user