Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Issue 12304: Updating UPDATE_HOST to point to brave.com cname
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed Dec 19, 2017
1 parent cc7f5b7 commit d621440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const Immutable = require('immutable')
const {getTargetAboutUrl} = require('../lib/appUrlUtil')

// BRAVE_UPDATE_HOST should be set to the host name for the auto-updater server
const updateHost = process.env.BRAVE_UPDATE_HOST || 'https://brave-laptop-updates.global.ssl.fastly.net'
const winUpdateHost = process.env.BRAVE_WIN_UPDATE_HOST || 'https://brave-download.global.ssl.fastly.net'
const updateHost = process.env.BRAVE_UPDATE_HOST || 'https://laptop-updates.brave.com'
const winUpdateHost = process.env.BRAVE_WIN_UPDATE_HOST || 'https://download.brave.com'
const adHost = process.env.AD_HOST || 'https://oip.brave.com'
const isTest = process.env.NODE_ENV === 'test'

Expand Down

0 comments on commit d621440

Please sign in to comment.