Browse Source

Fix webpack config for prod, add IP address of server

jojo 5 years ago
parent
commit
1b0d87388f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -10,7 +10,7 @@ if (process.env.DEV) {
   require('dotenv').config({path: __dirname + '/.env'});
 }
 
-const JOJOAPPS_SERVER = 'localhost';
+const JOJOAPPS_SERVER = '149.91.81.94';
 const JOJOAPPS_SERVER_PORT = 2610;
 
 // Env variables have effect in app : main.js & socket-service.js & index.html