diff options
author | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-29 19:11:29 +0200 |
---|---|---|
committer | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-29 19:11:29 +0200 |
commit | 5b97ce009f9e38cdd10aacd06f467c5baa99305d (patch) | |
tree | 41f082b0e3cf399f0f91b9675424bc9e6a03f9be /app.js | |
parent | unsynced css (diff) | |
download | Divid-5b97ce009f9e38cdd10aacd06f467c5baa99305d.tar.gz |
"Changed port to 8000"
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 || 8000 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); |