Skip to content

Commit

Permalink
Map spring.rabbitmq.ssl.bundle property to csm.platform.ssl.bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jreynard-code committed Aug 20, 2024
1 parent 0701379 commit f488344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spring:
username: ${csm.platform.internalResultServices.eventBus.listener.username}
ssl:
enabled: ${csm.platform.tls.enabled}
bundle: ${csm.platform.tls.bundle}
data:
redis:
host: ${csm.platform.twincache.host}
Expand Down

0 comments on commit f488344

Please sign in to comment.