From 9b379f4e15b00c1d8a9e3ab83e8e8fa855978fb4 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Thu, 24 May 2018 18:59:35 +0200
Subject: [PATCH] Updated readme

---
 Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 48d3de7..15d6bb9 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,4 +1,4 @@
-# KStats WFrontend
+# KStats Frontend
 
 ## Configuration
 
@@ -6,3 +6,5 @@
 | ------------------------ | ---------------------------------------------- | ------------------------------------------------------ |
 |`KSTATS_DATABASE_TYPE`*   |`postgres`                                      | Database driver (only postgres is supported currently) |
 |`KSTATS_DATABASE_URL`*    |`postgresql://kstats:hunter2@localhost/statsbot`| Database URL                                           |
+|`KSTATS_REDIS_ADDRESS`*   |`localhost:6379`                                | Redis Address                                          |
+|`KSTATS_REDIS_PASSWORD`   |`hunter2`                                       | Redis Password                                         |
-- 
GitLab