From a672268d8ed23a1975cf9352cc0b841150d6b6e8 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Thu, 14 Nov 2024 13:10:58 +0530 Subject: [PATCH] remove overriding cache type Signed-off-by: Harsh Vardhan --- esignet-insurance.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esignet-insurance.properties b/esignet-insurance.properties index da66f724a14..f9bbd6bf671 100644 --- a/esignet-insurance.properties +++ b/esignet-insurance.properties @@ -228,14 +228,13 @@ mosip.esignet.cache.security.algorithm-name=AES/ECB/PKCS5Padding mosip.esignet.cache.names=clientdetails,preauth,authenticated,authcodegenerated,userinfo,linkcodegenerated,linked,linkedcode,linkedauth,consented,authtokens,bindingtransaction,vcissuance,apiRateLimit,blocked +# eSignet-insurance does not need to share cache with Certify spring.cache.type=redis spring.cache.cache-names=${mosip.esignet.cache.names} spring.redis.host=redis-master-0.redis-headless.redis.svc.cluster.local spring.redis.port=6379 management.health.redis.enabled=false -# 'simple' cache type is only applicable only for Non-Production setup -spring.cache.type=simple mosip.esignet.cache.key.hash.algorithm=SHA3-256 # Cache size setup is applicable only for 'simple' cache type.