spring.application.name=spring-boot-admin-server spring.security.user.name=admin spring.security.user.password=admin #configs to connect to self register the admin server as a client spring.boot.admin.client.url=http://localhost:8080 spring.boot.admin.client.username=${spring.security.user.name} spring.boot.admin.client.password=${spring.security.user.password} #configs to give secured server info spring.boot.admin.client.instance.metadata.user.name=${spring.security.user.name} spring.boot.admin.client.instance.metadata.user.password=${spring.security.user.password} management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always #mail notifications spring.mail.host= spring.mail.username= spring.mail.password= spring.mail.port= spring.mail.properties.mail.smtp.auth= spring.mail.properties.mail.smtp.starttls.enable= spring.boot.admin.notify.mail.to= #hipchat notifications #spring.boot.admin.notify.hipchat.auth-token= #spring.boot.admin.notify.hipchat.room-id= #spring.boot.admin.notify.hipchat.url=https://youcompany.hipchat.com/v2/