server.port=8081 spring.data.mongodb.uri=mongodb://root:password@localhost:27017/ spring.data.mongodb.database=tapas-tasks # baseuri=http://e021-77-59-152-182.ngrok.io/ baseuri=https://tapas-tasks.86-119-35-40.nip.io/ roster.uri=http://127.0.0.1:8082 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