tidy settings
This commit is contained in:
parent
64bb864d5a
commit
36d2f00618
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user