Skip to content

Instantly share code, notes, and snippets.

@russmiles
Created June 7, 2018 10:26
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 russmiles/df97c46677e5b6c7eb428cd8af6f06d3 to your computer and use it in GitHub Desktop.
Save russmiles/df97c46677e5b6c7eb428cd8af6f06d3 to your computer and use it in GitHub Desktop.
spring.application.name=ChaosDemo
server.port=8090
spring.profiles.active=chaos-monkey
chaos.monkey.enabled=false
management.endpoint.chaosmonkey.enabled=true
management.endpoints.web.exposure.include=*
chaos.monkey.assaults.latencyActive=false
chaos.monkey.assaults.killApplicationActive=false
chaos.monkey.watcher.restController=true
chaos.monkey.assaults.level=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment