diff options
author | Lurifax <stianalexanderolsen@gmail.com> | 2013-05-02 11:45:02 +0200 |
---|---|---|
committer | Lurifax <stianalexanderolsen@gmail.com> | 2013-05-02 11:45:02 +0200 |
commit | 88b791d62dd96f204f8ccb8ba0f456daf23a06ff (patch) | |
tree | d4ccae3c1483df16bd58c363916685f7340f7aa4 /app.js | |
parent | Changed port on app.js (diff) | |
download | Divid-88b791d62dd96f204f8ccb8ba0f456daf23a06ff.tar.gz |
Change port in app.js to 8002
Diffstat (limited to 'app.js')
-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 || 8001 +var port = process.env.PORT || 8002 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); |