add readme.md

This commit is contained in:
Dawid Wysokiński 2020-08-09 15:11:48 +02:00
parent b08a067537
commit 7969768032
1 changed files with 13 additions and 0 deletions

13
readme.md Normal file
View File

@ -0,0 +1,13 @@
# API
Required ENV Variables:
- DB_USER=postgres
- DB_NAME=tw
- DB_PORT=5432
- DB_HOST=localhost
- DB_PASSWORD=asdf
- REDIS_HOST=localhost
- REDIS_PORT=6379
- LIMIT_WHITELIST=127.0.0.1,::1
- LOG_DB_QUERIES=false