Created
November 13, 2019 17:21
-
-
Save stefanotroia/4bedcfba6591fd35dc87f4711819ef4e to your computer and use it in GitHub Desktop.
Spring rabbit conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
rabbitmq: | |
host: 127.0.0.1 | |
port: 5672 | |
username: "username" | |
password: "password" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment