tidy settings

This commit is contained in:
Simon Tokumine 2012-04-01 18:15:35 +01:00
parent 64bb864d5a
commit 36d2f00618
2 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 64
module.exports.redis = {host: '127.0.0.1', port: 6379};
module.exports.windshaft_port = 8181;
module.exports.windshaft_host = '127.0.0.1';
module.exports.ttl_timeout = 600; // 10 minutes
module.exports.varnish_host = 'localhost';
module.exports.varnish_port = 6082
module.exports.cache_enabled = true;
module.exports.ttl_timeout = 600; // 10 minutes
module.exports.varnish_host = 'localhost';
module.exports.varnish_port = 6082
module.exports.cache_enabled = true;

View File

@ -6,7 +6,7 @@ module.exports.redis = {host: '127.0.0.1',
reapIntervalMillis: 1};
module.exports.windshaft_port = 8080;
module.exports.windshaft_host = '127.0.0.1';
module.exports.enable_cors = true;
module.exports.varnish_host = '';
module.exports.varnish_port = null;
module.exports.cache_enabled = false;
module.exports.enable_cors = true;
module.exports.varnish_host = '';
module.exports.varnish_port = null;
module.exports.cache_enabled = false;