Skip to content

Commit

Permalink
remove overriding cache type
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Vardhan <[email protected]>
  • Loading branch information
vharsh committed Nov 14, 2024
1 parent d9c6b2e commit a672268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esignet-insurance.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a672268

Please sign in to comment.