diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-25 08:55:50 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-25 08:55:50 +0200 |
commit | a81427bf9415c8697daf21b6390cab5a88eccf05 (patch) | |
tree | f1c617c1b9f01c6866393a6680d99fd8afe4a0aa | |
parent | Removing margin-left (diff) | |
download | Divid-a81427bf9415c8697daf21b6390cab5a88eccf05.tar.gz |
test
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | app.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ DERS ==== Bachelorprosjekt - +hei Credit where credit is due: @@ -17,7 +17,7 @@ var app = express(); // initiates express app.configure(function(){ // this controls the port the application will be running on. // by adding 'process.enc.PORT' we enable the app to run on automated systems like heroku - app.set('port', process.env.PORT || 8000); + app.set('port', process.env.PORT || 8001); app.set('views', __dirname + '/views'); // sets views to the right directory app.set('view engine', 'ejs'); // initiates viewengine. We use EJS, or embedded js - http://embeddedjs.com/ |