openboxes / openboxes-devops

Infrastracture as Code artifacts for OpenBoxes.
3 stars 1 forks source link

OBS-1424 Configure database connection without making JDBC URLs unwieldy #19

Closed mdpearson closed 1 year ago

mdpearson commented 1 year ago

This PR allows sysadmins to specify a URL like jdbc:mysql://localhost:3306/openboxes when configuring an OB install without having to remember that we like to set e.g. dumpQueriesOnException to ease debugging.

The same approach used here will allow us to specify character encoding and collating, again, without requiring sites to care about various utf-8 flavors