fixed production settings

This commit is contained in:
javi santana 2011-10-13 16:48:47 +02:00
parent b4a0732120
commit 3d03d334b3

View File

@ -2,5 +2,5 @@ module.exports.name = 'production';
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432};
module.exports.redis = {host: '127.0.0.1', port: 6379};
module.exports.windshaft_port = 8181;
module.exports.lru_cache:true,
module.exports.lru_cache_size: 10000
module.exports.lru_cache = true;
module.exports.lru_cache_size = 10000;