JAVA-8649: removing bootstrap.properties in spring-cloud-bus module

This commit is contained in:
chaos2418
2021-12-05 20:59:15 +05:30
parent c040b702c5
commit 9d62c835c5
5 changed files with 18 additions and 14 deletions
@@ -6,4 +6,9 @@ spring.security.user.password=s3cr3t
spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest
spring.rabbitmq.password=guest
encrypt.key-store.location=classpath:/config-server.jks
encrypt.key-store.password=my-s70r3-s3cr3t
encrypt.key-store.alias=config-server-key
encrypt.key-store.secret=my-k34-s3cr3t
@@ -1,4 +0,0 @@
encrypt.key-store.location=classpath:/config-server.jks
encrypt.key-store.password=my-s70r3-s3cr3t
encrypt.key-store.alias=config-server-key
encrypt.key-store.secret=my-k34-s3cr3t