From b3cfeea612ca2d61756cecc08851f04c489436fd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 29 Dec 2014 17:54:10 +0100 Subject: [PATCH] [pro-merge] Add missing config entries to index.html --- config.ru | 2 +- public/index.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.ru b/config.ru index af0a65ff..dc15c842 100644 --- a/config.ru +++ b/config.ru @@ -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'] || 'https://billing.travis-ci.com', + 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', diff --git a/public/index.html b/public/index.html index 49608596..6316c6f7 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,8 @@ + + @@ -12,6 +14,8 @@ + + Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community