diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 13:40:26 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 13:40:26 +0200 |
commit | 20491bbe25f287c32eabae260aa7877aad7ea38d (patch) | |
tree | dd28108c228c136c67d96514b514f84af9f835d3 /app.js | |
parent | changes in text and composition (diff) | |
download | Divid-20491bbe25f287c32eabae260aa7877aad7ea38d.tar.gz |
changes in composition
Diffstat (limited to '')
-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'); |