This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/readme.md

14 lines
214 B
Markdown

# 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