From b29a007533613987da527edb5f1e04dbada9fd87 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 10 May 2019 07:01:43 +0200 Subject: [PATCH] Use different Redis database for new bot --- site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb index cd92579..159b305 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb @@ -99,6 +99,7 @@ application app_path do "HUBOT_PLUSPLUS_POINTS_TERM" => "karma,karma", "HUBOT_RSS_HEADER" => "Update:", "HUBOT_HELP_REPLY_IN_PRIVATE" => "true", + "REDIS_URL" => "redis://localhost:6379/#{app_name}", "EXPRESS_PORT" => node[app_name]['http_port'], "WEBHOOK_TOKEN" => data_bag['webhook_token'], "IPFS_API_HOST" => node[app_name]['kredits']['ipfs_host'],