From 5e0f94f4044a02f650c9e348432a85929489be84 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Thu, 13 Feb 2020 11:56:03 +0100 Subject: [PATCH] [settings] produce a consistent redis config for every service (#124) Signed-off-by: Jakob Ackermann --- settings.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.coffee b/settings.coffee index 32e2b3ba81..9d6b31206c 100644 --- a/settings.coffee +++ b/settings.coffee @@ -81,6 +81,9 @@ settings = lock: redisConfig history: redisConfig websessions: redisConfig + api: redisConfig + pubsub: redisConfig + project_history: redisConfig # The compile server (the clsi) uses a SQL database to cache files and # meta-data. sqllite is the default, and the load is low enough that this will