Missing coma

This commit is contained in:
Piotr Sarnacki 2014-12-29 18:15:38 +01:00
parent 63ea231fe6
commit 376c95f474

View File

@ -48,7 +48,7 @@ run Travis::Web::App.build(
environment: ENV['RACK_ENV'] || 'development',
api_endpoint: ENV['API_ENDPOINT'],
pages_endpoint: ENV['PAGES_ENDPOINT'],
billing_endpoint: ENV['BILLING_ENDPOINT']
billing_endpoint: ENV['BILLING_ENDPOINT'],
source_endpoint: ENV['SOURCE_ENDPOINT'] || 'https://github.com',
pusher_key: ENV['PUSHER_KEY'],
pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com',