Skip to content

Commit

Permalink
Changed the default redis database to match rapid pro redis database
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLawrence committed Aug 23, 2018
1 parent b9d370b commit d75d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d75d665

Please sign in to comment.