Skip to content

Commit

Permalink
changed folder directories used
Browse files Browse the repository at this point in the history
  • Loading branch information
dimroc committed Jul 19, 2011
1 parent fc8017b commit c3125fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var app = module.exports = express.createServer();
var host = process.env.VCAP_APP_HOST || 'localhost';
var port = process.env.PORT || 3000;

var tempfolder = './tmp';
var tempfolder = '/tmp';

app.configure(function(){
app.set('views', './views');
Expand Down

0 comments on commit c3125fc

Please sign in to comment.