diff --git a/lib/cartodb/server_options.js b/lib/cartodb/server_options.js index f9ddd78e..7dc1e905 100644 --- a/lib/cartodb/server_options.js +++ b/lib/cartodb/server_options.js @@ -88,6 +88,7 @@ module.exports = function(redisPool) { varnish_http_port: global.environment.varnish.http_port, varnish_secret: global.environment.varnish.secret, varnish_purge_enabled: global.environment.varnish.purge_enabled, + fastly: global.environment.fastly || {}, cache_enabled: global.environment.cache_enabled, log_format: global.environment.log_format, useProfiler: global.environment.useProfiler