forked from stepanbenes/api-for-nopcommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings-docker.json
50 lines (50 loc) · 1.47 KB
/
appsettings-docker.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"CacheConfig": {
"DefaultCacheTime": 60,
"ShortTermCacheTime": 3,
"BundledFilesCacheTime": 120
},
"HostingConfig": {
"UseHttpClusterHttps": false,
"UseHttpXForwardedProto": true,
"ForwardedHttpHeader": ""
},
"DistributedCacheConfig": {
"DistributedCacheType": "redis",
"Enabled": false,
"ConnectionString": "127.0.0.1:6379,ssl=False",
"SchemaName": "dbo",
"TableName": "DistributedCache"
},
"AzureBlobConfig": {
"ConnectionString": "",
"ContainerName": "",
"EndPoint": "",
"AppendContainerName": true,
"StoreDataProtectionKeys": false,
"DataProtectionKeysContainerName": "",
"DataProtectionKeysVaultId": ""
},
"InstallationConfig": {
"DisableSampleData": false,
"DisabledPlugins": "",
"InstallRegionalResources": true
},
"PluginConfig": {
"ClearPluginShadowDirectoryOnStartup": true,
"CopyLockedPluginAssembilesToSubdirectoriesOnStartup": false,
"UseUnsafeLoadAssembly": true,
"UsePluginsShadowCopy": true
},
"CommonConfig": {
"DisplayFullErrorStack": false,
"UserAgentStringsPath": "~/App_Data/browscap.xml",
"CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml",
"UseSessionStateTempDataProvider": false,
"MiniProfilerEnabled": false,
"ScheduleTaskRunTimeout": null,
"StaticFilesCacheControl": "public,max-age=31536000",
"SupportPreviousNopcommerceVersions": true,
"PluginStaticFileExtensionsBlacklist": ""
}
}