19 lines
643 B
Properties
19 lines
643 B
Properties
server.port=8081
|
|
spring.data.mongodb.uri=mongodb://root:password@localhost:27017/
|
|
spring.data.mongodb.database=tapas-tasks
|
|
baseuri=https://tapas-tasks.86-119-34-23.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
|