Updating environment variable documentation

Adding a variation of `postgres` as the Directus accepts as `DB_CLIENT` `pg` and `postgres
This commit is contained in:
JuanCarlosJr97
2020-10-30 17:07:03 +00:00
committed by GitHub
parent 1b0d381161
commit 31fe464112

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`