From de8f328476e30ead4a92226262b6650a26fd5940 Mon Sep 17 00:00:00 2001 From: Umbra Sheep Date: Mon, 8 Oct 2018 12:24:56 +1300 Subject: [PATCH] Changed ips to reflect online server IP. --- api/index.js | 2 +- config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/index.js b/api/index.js index fc102b1..16e6d05 100644 --- a/api/index.js +++ b/api/index.js @@ -23,7 +23,7 @@ db.connect(function(err){ require("./routes/routes.js")(server); - server.listen(8080, function () { + server.listen(13370, function () { console.log('%s listening at %s', server.name, server.url); }); //}); diff --git a/config.json b/config.json index 36482e1..7245913 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "host" : "192.168.178.74", - "port" : "8080" + "host" : "http://umbrasheep.com", + "port" : "13370" } \ No newline at end of file