From d75d6653e223bd3a22e8e6e1b20003f5d6f9bf4c Mon Sep 17 00:00:00 2001 From: IanLawrence Date: Thu, 23 Aug 2018 17:54:55 -0300 Subject: [PATCH] Changed the default redis database to match rapid pro redis database --- courier.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courier.toml b/courier.toml index b7dd1ddcf..3ceca2e16 100644 --- a/courier.toml +++ b/courier.toml @@ -19,7 +19,7 @@ port = 8080 db = "postgres://courier@localhost/courier?sslmode=disable" # Our redis connection string, path is our database. Rapid Pro uses 15 for the database (or 10 when testing) -redis = "redis://localhost:6379/0" +redis = "redis://localhost:6379/15" # Our spool directory for storing messages when Redis is down, this must exist and be writeable spool_dir = "/var/spool/courier"