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

@@ -150,6 +150,12 @@ Values: `Integer` | Default = None
The port of the database server.
Should use the default port if left empty, for example `5432` for PostgresSQL.
### `LD_DB_OPTIONS`
Values: `String` | Default = `{}`
A json string with additional options for the database. Passed directly to OPTIONS.
### `LD_FAVICON_PROVIDER`
Values: `String` | Default = `https://t1.gstatic.com/faviconV2?url={url}&client=SOCIAL&type=FAVICON`