Skip to content

Commit

Permalink
return back to wzrd.now.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski committed May 3, 2019
1 parent b87e3ae commit f3ead7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ const envs = {
production: {
GITHUB_CLIENT_ID: '8d3a840b9412821160da',
GATEKEEPER: 'https://esnextbin-gatekeeper.herokuapp.com/token',
BROWSERIFY_CDN: 'https://wzrd.in'
BROWSERIFY_CDN: 'https://wzrd.now.sh'
},
development: {
GITHUB_CLIENT_ID: '8c4bcc76f39c83be7109',
GATEKEEPER: 'http://localhost:9393/token',
BROWSERIFY_CDN: 'https://wzrd.in'
BROWSERIFY_CDN: 'https://wzrd.now.sh'
}
};

Expand Down

0 comments on commit f3ead7f

Please sign in to comment.