Fix Production SWIG

This commit is contained in:
Amos Haviv
2014-02-10 16:16:26 +02:00
parent 72331dec3a
commit 899b65d580

View File

@@ -68,7 +68,7 @@ module.exports = function(db) {
// Application Configuration for production environment
app.configure('production', function() {
app.locals({
cache: 'memory' // To solve the SWIG Cache Issues
cache: 'memory' // To solve SWIG Cache Issues
});
});