Add environment variable to force-exclude tables from Directus (#7789)

This commit is contained in:
Rijk van Zanten
2021-09-02 20:39:11 -04:00
committed by GitHub
parent 9cf957445c
commit 2abb1674ed
4 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ needs to be publicly available on the internet.
| `DB_FILENAME` | Where to read/write the SQLite database. **Required** when using `sqlite3`. | -- |
| `DB_CONNECTION_STRING` | When using `pg`, you can submit a connection string instead of individual properties. Using this will ignore any of the other connection settings. | -- |
| `DB_POOL_*` | Pooling settings. Passed on to [the `tarn.js`](https://github.com/vincit/tarn.js#usage) library. | -- |
| `DB_IGNORE_TABLES` | CSV of tables you want Directus to ignore completely | -- |
::: tip Additional Database Variables