Explorar o código

Fix webpack config for prod, add IP address of server

jojo %!s(int64=5) %!d(string=hai) anos
pai
achega
1b0d87388f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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