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: ""
|
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: ""
|
||||||
|
Reference in New Issue
Block a user