Skip to content

Commit

Permalink
Merge pull request #7257 from tw-mosip/update-spring-cache
Browse files Browse the repository at this point in the history
[INJIMOB-1911]: update spring cache to simple
  • Loading branch information
ckesiraju authored Sep 16, 2024
2 parents 95263af + 4d498f7 commit d9c6b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esignet-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ 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

spring.cache.type=redis
spring.cache.type=simple
spring.cache.cache-names=${mosip.esignet.cache.names}
spring.redis.host=redis-master-0.redis-headless.redis.svc.cluster.local
spring.redis.port=6379
Expand Down

0 comments on commit d9c6b2e

Please sign in to comment.