cloudflare/Cloudflare-Magento
Publicmirrored fromhttps://github.com/cloudflare/Cloudflare-Magento
view/adminhtml/web/config.js
27lines · modecode
7 years ago
| 1 | { |
| 2 | "debug": false, |
| 3 | "featureManagerIsFullZoneProvisioningEnabled": false, |
| 4 | "isDNSPageEnabled": false, |
| 5 | "isSubdomainCheckEnabled": false, |
| 6 | "homePageCards": [ |
| 7 | "ApplyDefaultSettingsCard", |
| 8 | "PluginSpecificCacheTagCard", |
| 9 | "PurgeCacheCard" |
| 10 | ], |
| 11 | "moreSettingsCards": { |
| 12 | "container.moresettings.security": [ |
| 13 | "SecurityLevelCard", |
| 14 | "WAFCard" |
| 15 | ], |
| 16 | "container.moresettings.performance": [ |
| 17 | "BypassCacheByCookieCard", |
| 18 | "AlwaysOnlineCard", |
| 19 | "ImageOptimizationCard", |
| 20 | "DevelopmentModeCard" |
| 21 | ] |
| 22 | }, |
| 23 | "locale": "en", |
| 24 | "integrationName": "Magento", |
| 25 | "useHostAPILogin": false, |
| 26 | "version": "1.1.8" |
| 27 | } |