fixed production settings
This commit is contained in:
parent
b4a0732120
commit
3d03d334b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user