2011-09-05 07:00:41 +08:00
|
|
|
module.exports.name = 'development';
|
2011-09-22 04:33:25 +08:00
|
|
|
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 5432};
|
2011-09-05 07:00:41 +08:00
|
|
|
module.exports.redis = {host: '127.0.0.1',
|
|
|
|
port: 6379,
|
|
|
|
idleTimeoutMillis: 1,
|
|
|
|
reapIntervalMillis: 1};
|
2011-10-13 21:22:54 +08:00
|
|
|
module.exports.windshaft_port = 8181;
|
|
|
|
module.exports.lru_cache = true;
|
|
|
|
module.exports.lru_cache_size = 10000;
|
|
|
|
module.exports.enable_cors = true;
|
2011-10-21 23:42:57 +08:00
|
|
|
module.exports.ttl_timeout = 5;
|