Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active February 17, 2016 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/5e2ea479dd8ed543ed7e to your computer and use it in GitHub Desktop.
Save garystafford/5e2ea479dd8ed543ed7e to your computer and use it in GitHub Desktop.
# reservation client app props
server.port=8050
message=Spring Cloud Config: Reservation Client
# spring cloud stream / redis
spring.cloud.stream.bindings.output=reservations
spring.redis.host=192.168.99.100
spring.redis.port=6379
# zipkin / spring cloud sleuth
spring.zipkin.host=192.168.99.100
spring.zipkin.port=9410
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment