Merge pull request #818 from juancarlosjr97/patch-1

Updating environment variable documentation
This commit is contained in:
Rijk van Zanten
2020-10-30 19:02:38 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ Render the logs human readable (pretty) or as JSON. One of `pretty`, `raw`.<br>*
### `DB_CLIENT`
What database client to use. One of `pg`, `mysql`, `mysql2`, `oracledb`, `mssql`, or `sqlite3`. For all database clients except SQLite, you will also need to configure the following variables:
What database client to use. One of `pg` or `postgres`, `mysql`, `mysql2`, `oracledb`, `mssql`, or `sqlite3`. For all database clients except SQLite, you will also need to configure the following variables:
### `DB_HOST`