Remove production and staging appsettings JSON files
This commit is contained in:
parent
048b160d04
commit
7f49a8de3c
@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"ConnectionStrings": {
|
|
||||||
"ConnectionString": "Host=kneo-db.c7g2iigo8wl7.ap-northeast-1.rds.amazonaws.com;Database=kneo;Username=kneoweb;Password=kneo!admin",
|
|
||||||
"DataProvider": "postgresql",
|
|
||||||
"SQLCommandTimeout": null,
|
|
||||||
"WithNoLock": false
|
|
||||||
},
|
|
||||||
"AzureBlobConfig": {
|
|
||||||
"ConnectionString": "",
|
|
||||||
"ContainerName": "",
|
|
||||||
"EndPoint": "",
|
|
||||||
"AppendContainerName": true,
|
|
||||||
"StoreDataProtectionKeys": false,
|
|
||||||
"DataProtectionKeysContainerName": "",
|
|
||||||
"DataProtectionKeysVaultId": ""
|
|
||||||
},
|
|
||||||
"CacheConfig": {
|
|
||||||
"DefaultCacheTime": 60,
|
|
||||||
"LinqDisableQueryCache": false
|
|
||||||
},
|
|
||||||
"CommonConfig": {
|
|
||||||
"DisplayFullErrorStack": false,
|
|
||||||
"UserAgentStringsPath": "~/App_Data/browscap.xml",
|
|
||||||
"CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml",
|
|
||||||
"CrawlerOnlyAdditionalUserAgentStringsPath": "~/App_Data/additional.crawlers.xml",
|
|
||||||
"UseSessionStateTempDataProvider": false,
|
|
||||||
"ScheduleTaskRunTimeout": null,
|
|
||||||
"StaticFilesCacheControl": "public,max-age=31536000",
|
|
||||||
"PluginStaticFileExtensionsBlacklist": "",
|
|
||||||
"ServeUnknownFileTypes": false,
|
|
||||||
"UseAutofac": true,
|
|
||||||
"PermitLimit": 0,
|
|
||||||
"QueueCount": 0,
|
|
||||||
"RejectionStatusCode": 503
|
|
||||||
},
|
|
||||||
"DistributedCacheConfig": {
|
|
||||||
"DistributedCacheType": "redissynchronizedmemory",
|
|
||||||
"Enabled": false,
|
|
||||||
"ConnectionString": "127.0.0.1:6379,ssl=False",
|
|
||||||
"SchemaName": "dbo",
|
|
||||||
"TableName": "DistributedCache",
|
|
||||||
"InstanceName": "nopCommerce",
|
|
||||||
"PublishIntervalMs": 500
|
|
||||||
},
|
|
||||||
"HostingConfig": {
|
|
||||||
"UseProxy": false,
|
|
||||||
"ForwardedProtoHeaderName": "",
|
|
||||||
"ForwardedForHeaderName": "",
|
|
||||||
"KnownProxies": "",
|
|
||||||
"KnownNetworks": ""
|
|
||||||
},
|
|
||||||
"InstallationConfig": {
|
|
||||||
"DisableSampleData": false,
|
|
||||||
"DisabledPlugins": "",
|
|
||||||
"InstallRegionalResources": true
|
|
||||||
},
|
|
||||||
"PluginConfig": {
|
|
||||||
"UseUnsafeLoadAssembly": true
|
|
||||||
},
|
|
||||||
"WebOptimizer": {
|
|
||||||
"EnableJavaScriptBundling": true,
|
|
||||||
"EnableCssBundling": true,
|
|
||||||
"JavaScriptBundleSuffix": ".scripts",
|
|
||||||
"CssBundleSuffix": ".styles",
|
|
||||||
"EnableCaching": true,
|
|
||||||
"EnableMemoryCache": true,
|
|
||||||
"EnableDiskCache": true,
|
|
||||||
"CacheDirectory": "/app/wwwroot/bundles",
|
|
||||||
"EnableTagHelperBundling": false,
|
|
||||||
"CdnUrl": "",
|
|
||||||
"AllowEmptyBundle": true,
|
|
||||||
"HttpsCompression": 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"ConnectionStrings": {
|
|
||||||
"ConnectionString": "Host=192.168.0.130;Database=kneo;Username=kneoweb;Password=kneo!admin",
|
|
||||||
"DataProvider": "postgresql",
|
|
||||||
"SQLCommandTimeout": null,
|
|
||||||
"WithNoLock": false
|
|
||||||
},
|
|
||||||
"AzureBlobConfig": {
|
|
||||||
"ConnectionString": "",
|
|
||||||
"ContainerName": "",
|
|
||||||
"EndPoint": "",
|
|
||||||
"AppendContainerName": true,
|
|
||||||
"StoreDataProtectionKeys": false,
|
|
||||||
"DataProtectionKeysContainerName": "",
|
|
||||||
"DataProtectionKeysVaultId": ""
|
|
||||||
},
|
|
||||||
"CacheConfig": {
|
|
||||||
"DefaultCacheTime": 60,
|
|
||||||
"LinqDisableQueryCache": false
|
|
||||||
},
|
|
||||||
"CommonConfig": {
|
|
||||||
"DisplayFullErrorStack": false,
|
|
||||||
"UserAgentStringsPath": "~/App_Data/browscap.xml",
|
|
||||||
"CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml",
|
|
||||||
"CrawlerOnlyAdditionalUserAgentStringsPath": "~/App_Data/additional.crawlers.xml",
|
|
||||||
"UseSessionStateTempDataProvider": false,
|
|
||||||
"ScheduleTaskRunTimeout": null,
|
|
||||||
"StaticFilesCacheControl": "public,max-age=31536000",
|
|
||||||
"PluginStaticFileExtensionsBlacklist": "",
|
|
||||||
"ServeUnknownFileTypes": false,
|
|
||||||
"UseAutofac": true,
|
|
||||||
"PermitLimit": 0,
|
|
||||||
"QueueCount": 0,
|
|
||||||
"RejectionStatusCode": 503
|
|
||||||
},
|
|
||||||
"DistributedCacheConfig": {
|
|
||||||
"DistributedCacheType": "redissynchronizedmemory",
|
|
||||||
"Enabled": false,
|
|
||||||
"ConnectionString": "127.0.0.1:6379,ssl=False",
|
|
||||||
"SchemaName": "dbo",
|
|
||||||
"TableName": "DistributedCache",
|
|
||||||
"InstanceName": "nopCommerce",
|
|
||||||
"PublishIntervalMs": 500
|
|
||||||
},
|
|
||||||
"HostingConfig": {
|
|
||||||
"UseProxy": false,
|
|
||||||
"ForwardedProtoHeaderName": "",
|
|
||||||
"ForwardedForHeaderName": "",
|
|
||||||
"KnownProxies": "",
|
|
||||||
"KnownNetworks": ""
|
|
||||||
},
|
|
||||||
"InstallationConfig": {
|
|
||||||
"DisableSampleData": false,
|
|
||||||
"DisabledPlugins": "",
|
|
||||||
"InstallRegionalResources": true
|
|
||||||
},
|
|
||||||
"PluginConfig": {
|
|
||||||
"UseUnsafeLoadAssembly": true
|
|
||||||
},
|
|
||||||
"WebOptimizer": {
|
|
||||||
"EnableJavaScriptBundling": true,
|
|
||||||
"EnableCssBundling": true,
|
|
||||||
"JavaScriptBundleSuffix": ".scripts",
|
|
||||||
"CssBundleSuffix": ".styles",
|
|
||||||
"EnableCaching": true,
|
|
||||||
"EnableMemoryCache": true,
|
|
||||||
"EnableDiskCache": true,
|
|
||||||
"CacheDirectory": "/app/wwwroot/bundles",
|
|
||||||
"EnableTagHelperBundling": false,
|
|
||||||
"CdnUrl": "",
|
|
||||||
"AllowEmptyBundle": true,
|
|
||||||
"HttpsCompression": 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user