Merge pull request #18 from tribalwarshelp/chore/update-readme-md

chore: add one more required ENV variable to README.md
This commit is contained in:
Dawid Wysokiński 2021-06-06 19:12:09 +02:00 committed by GitHub
commit dbcc902b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.