From 88b791d62dd96f204f8ccb8ba0f456daf23a06ff Mon Sep 17 00:00:00 2001 From: Lurifax Date: Thu, 2 May 2013 11:45:02 +0200 Subject: Change port in app.js to 8002 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index 03ec2d6..83ec35a 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,7 @@ var express = require('express') /** * App configuration */ -var port = process.env.PORT || 8001 +var port = process.env.PORT || 8002 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); -- cgit v1.2.3