diff options
author | Lurifax <stianalexanderolsen@gmail.com> | 2013-05-02 11:46:45 +0200 |
---|---|---|
committer | Lurifax <stianalexanderolsen@gmail.com> | 2013-05-02 11:46:45 +0200 |
commit | 2c1674c4b1a4f85459e85da618c4c3c5cf6cea46 (patch) | |
tree | 85c9a45f3788ab8df1080d35c93a35b501d0beeb | |
parent | Change port in app.js to 8002 (diff) | |
download | Divid-2c1674c4b1a4f85459e85da618c4c3c5cf6cea46.tar.gz |
Changed back port to 8000
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ var express = require('express') /** * App configuration */ -var port = process.env.PORT || 8002 +var port = process.env.PORT || 8000 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); |