forked from cloudflare/Cloudflare-WordPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
29 lines (29 loc) · 807 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"debug": false,
"featureManagerIsFullZoneProvisioningEnabled": false,
"isDNSPageEnabled": false,
"isSubdomainCheckEnabled": true,
"useHostAPILogin": false,
"homePageCards": [
"ApplyDefaultSettingsCard",
"AutomaticPlatformOptimizationCard",
"PurgeCacheCard"
],
"moreSettingsCards": {
"container.moresettings.speed": [
"AlwaysOnlineCard",
"ImageOptimizationCard",
"PluginSpecificCacheCard",
"DevelopmentModeCard"
],
"container.moresettings.security": [
"SecurityLevelCard",
"WAFCard",
"AdvanceDDoSCard",
"AutomaticHTTPSRewritesCard"
]
},
"locale": "en",
"integrationName": "wordpress",
"version": "3.8.5"
}