From 30c82f0d2e9adacc1d3398822aa7810c0ccbceb4 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 21 May 2018 13:26:04 +0200 Subject: feature: db selection in redis resolves #579 --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 995638281..8a177e628 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -25,6 +25,7 @@ redis: hostname: 'localhost' port: 6379 auth: null + db: 0 smtp: hostname: null diff --git a/config/production.yaml.example b/config/production.yaml.example index 71344fa35..51d5c5180 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -27,6 +27,7 @@ redis: hostname: 'localhost' port: 6379 auth: null + db: 0 # SMTP server to send emails smtp: -- cgit v1.2.3