Add pre-ping for local DB connection, by default

This commit is contained in:
Lance Edgar 2023-03-07 17:18:54 -06:00
parent e1dee44357
commit f0fe630b60

View file

@ -44,8 +44,9 @@ usedb = true
preferdb = true preferdb = true
[rattail.db] [rattail.db]
default.url = postgresql://rattail:${env.password_postgresql_rattail}@localhost/${dbname}
versioning.enabled = true versioning.enabled = true
default.url = postgresql://rattail:${env.password_postgresql_rattail}@localhost/${dbname}
default.pool_pre_ping = true
[rattail.mail] [rattail.mail]
# this is the master switch, *no* emails are sent if false # this is the master switch, *no* emails are sent if false