diff --git a/config/environments/development.js.example b/config/environments/development.js.example index cac6fb5d..543e9415 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -180,7 +180,7 @@ var config = { ttl: 86400, layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses } - // this configuration enables invalidating by surrogate key in fastly + // this [OPTIONAL] configuration enables invalidating by surrogate key in fastly ,fastly: { // whether the invalidation is enabled or not enabled: false, diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 7b77ecb5..8edc398a 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -174,7 +174,7 @@ var config = { ttl: 86400, layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses } - // this configuration enables invalidating by surrogate key in fastly + // this [OPTIONAL] configuration enables invalidating by surrogate key in fastly ,fastly: { // whether the invalidation is enabled or not enabled: false, diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 57f3e4bf..ce57181b 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -174,7 +174,7 @@ var config = { ttl: 86400, layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses } - // this configuration enables invalidating by surrogate key in fastly + // this [OPTIONAL] configuration enables invalidating by surrogate key in fastly ,fastly: { // whether the invalidation is enabled or not enabled: false, diff --git a/config/environments/test.js.example b/config/environments/test.js.example index af10fa94..86a1574e 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -176,7 +176,7 @@ var config = { ttl: 86400, layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses } - // this configuration enables invalidating by surrogate key in fastly + // this [OPTIONAL] configuration enables invalidating by surrogate key in fastly ,fastly: { // whether the invalidation is enabled or not enabled: false,