Use the right XMPP aliases as the list of hubot owners

This commit is contained in:
Greg Karékinian 2016-10-28 18:44:35 +02:00
parent a045203f80
commit 4ef630a22f
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ application "botka_xmpp" do
"HUBOT_RSS_PRINTSUMMARY" => "false", "HUBOT_RSS_PRINTSUMMARY" => "false",
"EXPRESS_PORT" => "8082", "EXPRESS_PORT" => "8082",
"HUBOT_RSS_HEADER" => "Update:", "HUBOT_RSS_HEADER" => "Update:",
"HUBOT_AUTH_ADMIN" => "galfert,gregkare,basti", "HUBOT_AUTH_ADMIN" => "basti,garret,greg",
"REDIS_URL" => "redis://localhost:6379/5apps_botka_xmpp", "REDIS_URL" => "redis://localhost:6379/5apps_botka_xmpp",
"RS_LOGGER_USER" => "5apps@5apps.com", "RS_LOGGER_USER" => "5apps@5apps.com",
"RS_LOGGER_TOKEN" => botka_xmpp_data_bag_item['rs_logger_token'], "RS_LOGGER_TOKEN" => botka_xmpp_data_bag_item['rs_logger_token'],

View File

@ -61,7 +61,7 @@ application "schlupp_xmpp" do
"HUBOT_RSS_PRINTSUMMARY" => "false", "HUBOT_RSS_PRINTSUMMARY" => "false",
"EXPRESS_PORT" => "8083", "EXPRESS_PORT" => "8083",
"HUBOT_RSS_HEADER" => "Update:", "HUBOT_RSS_HEADER" => "Update:",
"HUBOT_AUTH_ADMIN" => "galfert@5apps.com,greg@5apps.com,sebastian@5apps.com", "HUBOT_AUTH_ADMIN" => "basti,garret,greg",
"REDIS_URL" => "redis://localhost:6379/5apps_schlupp_xmpp", "REDIS_URL" => "redis://localhost:6379/5apps_schlupp_xmpp",
"RS_OPS_TOKEN" => schlupp_xmpp_data_bag_item['rs_ops_token'], "RS_OPS_TOKEN" => schlupp_xmpp_data_bag_item['rs_ops_token'],
"WEBHOOK_TOKEN" => schlupp_xmpp_data_bag_item['webhook_token'] "WEBHOOK_TOKEN" => schlupp_xmpp_data_bag_item['webhook_token']