diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 18:36:06 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 18:36:06 +0200 |
commit | 37ebccb8d9840a34994133f5340dbd50cccd5572 (patch) | |
tree | 8a48ab507e61bfeec8df4cc85a19af344d2da29f /app.js | |
parent | Added two more img to divid home (diff) | |
download | Divid-37ebccb8d9840a34994133f5340dbd50cccd5572.tar.gz |
Added lots of img to divid home and changed composition
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'); |