From ca2d87e303bf6aa6705a7eb23eafaf429f8b7092 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 17:50:02 +0200 Subject: [PATCH] Update config.md --- doc/config.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/config.md b/doc/config.md index c022bb5..f5c11b0 100644 --- a/doc/config.md +++ b/doc/config.md @@ -13,3 +13,12 @@ You can configure NNTPChan via the web-interface by navigating your browser to h First your will be asked what data-storage system you would like to use. We support Redis and PostgreSQL. +###Redis configuration + +![http://i.imgur.com/HDp4Ddf.png]() + +If you have chosen Redis then fill in the fields below: + +* **Hostname or IP Address** - This is the hostname or IP address of your Redis server (I would run it locally to be safe). +* **Port** - The port that your Redis server is running on. +* **Password** - Optional authentication password for Redis ([Setting up a Redis password](securing-redis.md)).