20 lines
590 B
Properties
20 lines
590 B
Properties
server.port=8085
|
|
|
|
executor.type=COMPUTATION
|
|
executor.uri=http://localhost:8085
|
|
roster.uri=http://localhost:8082
|
|
executor.pool.uri=http://localhost:8083
|
|
|
|
spring.profiles.active=chaos-monkey
|
|
chaos.monkey.enabled=false
|
|
management.endpoint.chaosmonkey.enabled=true
|
|
management.endpoint.chaosmonkeyjmx.enabled=true
|
|
# include specific endpoints
|
|
management.endpoints.web.exposure.include=health,info,chaosmonkey
|
|
chaos.monkey.watcher.controller=true
|
|
chaos.monkey.watcher.restController=true
|
|
chaos.monkey.watcher.service=true
|
|
chaos.monkey.watcher.repository=true
|
|
chaos.monkey.watcher.component=true
|
|
|