Browse Source
Merge pull request #22200 from gdlcf88/patch-9
Remove the cache prefix configuration from the CmsKit module
pull/22417/head
Enis Necipoglu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
5 deletions
-
modules/cms-kit/src/Volo.CmsKit.Public.Web/CmsKitPublicWebModule.cs
|
|
|
@ -79,11 +79,6 @@ public class CmsKitPublicWebModule : AbpModule |
|
|
|
options.DisableModule(CmsKitPublicRemoteServiceConsts.ModuleName); |
|
|
|
}); |
|
|
|
|
|
|
|
Configure<AbpDistributedCacheOptions>(options => |
|
|
|
{ |
|
|
|
options.KeyPrefix = "CmsKit:"; |
|
|
|
}); |
|
|
|
|
|
|
|
if (GlobalFeatureManager.Instance.IsEnabled<PagesFeature>()) |
|
|
|
{ |
|
|
|
Configure<AbpEndpointRouterOptions>(options => |
|
|
|
|