Add an Airtable API key

This commit is contained in:
Greg Karékinian
2017-02-14 11:38:53 +01:00
parent 03a12683ed
commit ccaab2f42d
2 changed files with 18 additions and 11 deletions

View File

@@ -63,6 +63,7 @@ application "schlupp_xmpp" do
"HUBOT_AUTH_ADMIN" => "basti,garret,greg",
"REDIS_URL" => "redis://localhost:6379/5apps_schlupp_xmpp",
"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'],
"AIRTABLE_API_KEY" => schlupp_xmpp_data_bag_item['airtable_api_key']
end
end