Add database options (#406)

* adding support for database connection options

* a better default
This commit is contained in:
Paul Lockaby
2023-05-18 00:31:13 -07:00
committed by GitHub
parent 353ba433f0
commit d1819c6503
3 changed files with 12 additions and 0 deletions

View File

@@ -45,3 +45,5 @@ LD_DB_HOST=
# Port use to connect to the database server
# Should use the default port if not set
LD_DB_PORT=
# Any additional options to pass to the database (default: {})
LD_DB_OPTIONS=