Missing coma
This commit is contained in:
parent
63ea231fe6
commit
376c95f474
|
@ -48,7 +48,7 @@ run Travis::Web::App.build(
|
||||||
environment: ENV['RACK_ENV'] || 'development',
|
environment: ENV['RACK_ENV'] || 'development',
|
||||||
api_endpoint: ENV['API_ENDPOINT'],
|
api_endpoint: ENV['API_ENDPOINT'],
|
||||||
pages_endpoint: ENV['PAGES_ENDPOINT'],
|
pages_endpoint: ENV['PAGES_ENDPOINT'],
|
||||||
billing_endpoint: ENV['BILLING_ENDPOINT']
|
billing_endpoint: ENV['BILLING_ENDPOINT'],
|
||||||
source_endpoint: ENV['SOURCE_ENDPOINT'] || 'https://github.com',
|
source_endpoint: ENV['SOURCE_ENDPOINT'] || 'https://github.com',
|
||||||
pusher_key: ENV['PUSHER_KEY'],
|
pusher_key: ENV['PUSHER_KEY'],
|
||||||
pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com',
|
pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user