Loads from the ambient config (application.conf over this module's reference.conf, overridable by DATABASE_* environment variables).
Loads from the ambient config (application.conf over this module's reference.conf, overridable by DATABASE_* environment variables).
Returns the failures rather than throwing: a service decides for itself whether an unreadable database config is a fatal boot error (it is, for ferrite and cobalt) — this module does not get to call System.exit on its caller's behalf.
The config namespace. Every service reads the same one, so a pool tuned in ferrite is tuned the same way in cobalt, and a reference.conf in this module supplies defaults for both.
The config namespace. Every service reads the same one, so a pool tuned in ferrite is tuned the same way in cobalt, and a reference.conf in this module supplies defaults for both.