aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app.js
diff options
context:
space:
mode:
authorErling Aaby <erlinaa@stud.hist.no>2013-04-29 11:50:29 +0200
committerErling Aaby <erlinaa@stud.hist.no>2013-04-29 11:50:29 +0200
commit7108a972cfd0b53c2f3eb37cadb3b14ad8e25760 (patch)
tree91c0d6cd2009ef660f2130858a0e2d176fe89042 /app.js
parentadded new project page and cleaned up a bit (diff)
downloadDivid-7108a972cfd0b53c2f3eb37cadb3b14ad8e25760.tar.gz
fixed missing use.css, changed text, removed hr line
Diffstat (limited to '')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index acbc3ff..414372b 100644
--- a/app.js
+++ b/app.js
@@ -9,7 +9,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')