From b48c00c38a84aa4d35f4e998a5bf9bfb9c5235ff Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Apr 2016 10:41:08 -0500 Subject: [PATCH] Update config.yaml --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 0405755..7e2843b 100644 --- a/config.yaml +++ b/config.yaml @@ -3,3 +3,5 @@ MySQLPort: 3306 MySQLUser: root MySQLPass: test MySQLDB: test-db +RedisServer: localhost +RedisPort: 6379