Skip to content

Commit

Permalink
Moving google api key to the proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed Aug 28, 2018
1 parent 99e2407 commit 4082c63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ brave_product_name = Brave
brave_project_name = brave
dist_url = https://brave-brave-binaries.s3.amazonaws.com/releases/dist/
BRAVE_S3_BUCKET = brave-brave-binaries
sccache=sccache
1 change: 0 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Config = function () {
this.officialBuild = true
this.debugBuild = JSON.parse(getNPMConfig(['brave_debug_build']) || false)
this.braveGoogleApiKey = getNPMConfig(['brave_google_api_key']) || 'AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q'
this.googleApiKey = getNPMConfig(['google_api_key']) || 'AIzaSyAH90V94EcZBP5oH7oc-mXQrSKgASVxER8'
this.googleApiEndpoint = getNPMConfig(['brave_google_api_endpoint']) || 'https://www.googleapis.com/geolocation/v1/geolocate?key='
this.safeBrowsingApiEndpoint = getNPMConfig(['safe_browsing_api_endpoint']) || 'safebrowsing.brave.com'
this.buildProjects()
Expand Down
2 changes: 1 addition & 1 deletion vendor/depot_tools
Submodule depot_tools updated from 08ca04 to 2d0e03

0 comments on commit 4082c63

Please sign in to comment.