chore: add one more required ENV variable to the README.md

This commit is contained in:
Dawid Wysokiński 2021-06-06 19:08:47 +02:00
parent 85eec8939f
commit 02b8c7ce60
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ DB_HOST=your_pgdb_host
DB_PASSWORD=your_pgdb_password
LIMIT_WHITELIST=127.0.0.1,::1
LOG_DB_QUERIES=true
DISABLE_ACCESS_LOG=false
```
1. Clone this repo.