Update schlupp's config
This commit is contained in:
@@ -114,7 +114,7 @@ application "schlupp" do
|
||||
# Use our own systemd service that depends on redis-server
|
||||
template "nodejs.systemd.service.erb"
|
||||
environment "HUBOT_IRC_SERVER" => "5apps.irc.grove.io",
|
||||
"HUBOT_IRC_ROOMS" => "#5ops,#core",
|
||||
"HUBOT_IRC_ROOMS" => "#5apps,#5info,#5ops,#core,#deploy,#gymapp,#liveident,#storage,#watercooler",
|
||||
"HUBOT_IRC_NICK" => "schlupp",
|
||||
"HUBOT_IRC_NICKSERV_PASSWORD" => schlupp_5apps_data_bag_item['nickserv_password'],
|
||||
"HUBOT_IRC_PASSWORD" => "5apps",
|
||||
@@ -130,7 +130,8 @@ application "schlupp" do
|
||||
"HUBOT_IRC_PORT" => "6697",
|
||||
"RS_LOGGER_USER" => "5apps@5apps.com",
|
||||
"RS_LOGGER_TOKEN" => schlupp_5apps_data_bag_item['rs_logger_token'],
|
||||
"RS_LOGGER_SERVER_NAME" => "grove-5apps"
|
||||
"RS_LOGGER_SERVER_NAME" => "grove-5apps",
|
||||
"WEBHOOK_TOKEN" => schlupp_5apps_data_bag_item['webhook_token']
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user