Loading comments/app.js +4 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ app.configure(function() { store: new MySQLStore( config.mysql.database, config.mysql.user, config.mysql.password config.mysql.password, {logging: false} ) })); Loading @@ -53,6 +54,8 @@ app.configure(function() { app.use(express.methodOverride()); app.enable('jsonp callback'); app.use(express.logger('dev')); }); // Authentication is disabled for now. Loading Loading
comments/app.js +4 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ app.configure(function() { store: new MySQLStore( config.mysql.database, config.mysql.user, config.mysql.password config.mysql.password, {logging: false} ) })); Loading @@ -53,6 +54,8 @@ app.configure(function() { app.use(express.methodOverride()); app.enable('jsonp callback'); app.use(express.logger('dev')); }); // Authentication is disabled for now. Loading