Update to server-portnumber

master
Peter Fischer 2020-02-23 17:00:44 +01:00
parent ff1cfccfc9
commit e69c1c21cd
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ var pfisjsonhost = "127.0.0.1";
console.log(process.env["NODE_ENV"])
if (process.env["NODE_ENV"] === 'production') {
//pfisjsonhost = "127.0.0.1";
pfisjsonhost = "10.0.0.4";
//pfisjsonhost = "10.0.0.4";
pfisjsonhost = "10.0.0.58";
}
console.log(pfisjsonhost);

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "myapp",
"version": "0.0.0",
"name": "pfisjs",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {