diff options
author | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-29 18:38:47 +0200 |
---|---|---|
committer | Lurifax <stianalexanderolsen@gmail.com> | 2013-04-29 18:38:47 +0200 |
commit | 24fdeb0ab3942d1b29c8da17dd48694e76dc6592 (patch) | |
tree | 14fc54cc177b20481c509c9d7f4b4edb059a1f8f /app.js | |
parent | Merge branch 'master' of github.com:dennisse/Divid (diff) | |
parent | Merge branch 'master' of github.com:dennisse/Divid (diff) | |
download | Divid-24fdeb0ab3942d1b29c8da17dd48694e76dc6592.tar.gz |
Merge branch 'master' of github.com:dennisse/Divid
"Changes to structual Divid home"
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 || 8000 +var port = process.env.PORT || 8001 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); |