From 79697680328ad4082c1be80b669ee73920de2e16 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 9 Aug 2020 15:11:48 +0200 Subject: [PATCH] add readme.md --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2f2b70f --- /dev/null +++ b/readme.md @@ -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