application.yml 220 Bytes
Newer Older
1 2 3 4 5
info:
  stage: test

spring:
  application:
6
    name: spring-boot-admin-sample-war
7 8 9 10 11 12 13 14 15 16
  boot:
    admin:
      url: http://localhost:8080
  cloud:
    config:
      enabled: false

endpoints:
  health:
    sensitive: false