[pro-merge] Add missing config entries to index.html
This commit is contained in:
parent
88ce89d34c
commit
b3cfeea612
|
@ -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',
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
|
||||
<meta rel="travis.source_endpoint" href="https://github.com">
|
||||
<meta rel="travis.billing_endpoint" href="">
|
||||
<meta rel="travis.pages_endpoint" href="">
|
||||
<meta name="travis.ssh_key_enabled" value="false">
|
||||
<meta name="travis.pusher_key" value="5df8ac576dcccf4fd076">
|
||||
<meta name="travis.pusher_host" value="ws.pusherapp.com">
|
||||
|
@ -12,6 +14,8 @@
|
|||
<meta name="travis.ga_code" value="UA-24868285-1">
|
||||
<meta name="travis.caches_enabled" value="false">
|
||||
<meta name="travis.pusher_log_fallback" value="false">
|
||||
<meta name="travis.charm_key" value="gy5gx7dy6dh86hxzkz1wmtvupwvievu">
|
||||
<meta name="travis.pro" value="false">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community</title>
|
||||
<link rel="dns-prefetch" href="//api.travis-ci.org">
|
||||
|
|
Loading…
Reference in New Issue
Block a user