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