Skip to content

Commit

Permalink
updated api host for production
Browse files Browse the repository at this point in the history
  • Loading branch information
mosufy committed Oct 29, 2016
1 parent 3ce21df commit a15cbfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/bundle-production-41aaf70033c1dc153217.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/js/bundle-production-467b4520ffd9580a6726.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production'),
'API_HOST': JSON.stringify('https://lumen.mosufy.com/v1'),
'API_HOST': JSON.stringify('https://lumen-react.mosufy.com/v1'),
'API_CLIENT_ID': JSON.stringify('6fC2745co07D4yW7X9saRHpJcE0sm0MT'),
'API_CLIENT_SECRET': JSON.stringify('KLqMw5D7g1c6KX23I72hx5ri9d16GJDW')
}
Expand Down
2 changes: 1 addition & 1 deletion webpack.production.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bundle":{"js":"bundle-production-467b4520ffd9580a6726.js"}}
{"bundle":{"js":"bundle-production-41aaf70033c1dc153217.js"}}

0 comments on commit a15cbfa

Please sign in to comment.