Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwierenga committed Jan 30, 2017
2 parents 6518cc2 + ebd81f5 commit 89ce913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ broker {
username = "admin"
password = "admin"
}

prod {
amqurl = "tcp://production-server:61616"
jmxurl = "service:jmx:rmi:///jndi/rmi://production-server:1099/jmxrmi"

// SSL
keyStore = "~/client.ks"
keyStorePassword = "secret"
trustStore = "~/client.ts"
}
}
```
Expand Down

0 comments on commit 89ce913

Please sign in to comment.