Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
update: update chain info
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jun 25, 2018
1 parent 50e4d7c commit d7c6aec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/webpack.config.base.js
Expand Up @@ -43,10 +43,7 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
'process.env': {
// CITA_SERVER: JSON.stringify('http://47.75.129.215:1337'),
// CITA_SERVER: JSON.stringify('http://localhost:4000'),
CITA_SERVER: JSON.stringify('http://47.97.171.140:4000'),
// CITA_SERVER: JSON.stringify('http://121.196.200.225:1337'),
CITA_SERVER: JSON.stringify('http://121.196.200.225:1337'),
APP_NAME: JSON.stringify('Microscope'),
},
}),
Expand Down

0 comments on commit d7c6aec

Please sign in to comment.