Add pre-ping for local DB connection, by default
This commit is contained in:
parent
e1dee44357
commit
f0fe630b60
|
@ -44,8 +44,9 @@ usedb = true
|
|||
preferdb = true
|
||||
|
||||
[rattail.db]
|
||||
default.url = postgresql://rattail:${env.password_postgresql_rattail}@localhost/${dbname}
|
||||
versioning.enabled = true
|
||||
default.url = postgresql://rattail:${env.password_postgresql_rattail}@localhost/${dbname}
|
||||
default.pool_pre_ping = true
|
||||
|
||||
[rattail.mail]
|
||||
# this is the master switch, *no* emails are sent if false
|
||||
|
|
Loading…
Reference in a new issue