Skip to content

Instantly share code, notes, and snippets.

@stefanotroia
Created November 13, 2019 17:21
Show Gist options
  • Save stefanotroia/4bedcfba6591fd35dc87f4711819ef4e to your computer and use it in GitHub Desktop.
Save stefanotroia/4bedcfba6591fd35dc87f4711819ef4e to your computer and use it in GitHub Desktop.
Spring rabbit conf
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