
sn-cloud-admin.1.0.2.source-code.application-pro.yml Maven / Gradle / Ivy
The newest version!
server:
port: 8788
spring:
application:
name: admin
security:
user:
name: admin
password: admin666666
# tag::configuration-eureka[]
eureka:
instance:
metadata-map:
user.name: admin #These two are needed so that the server
user.password: admin666666 #can access the protected client endpoints
prefer-ip-address: true
leaseRenewalIntervalInSeconds: 10
health-check-url-path: /actuator/health
client:
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://eureka1:8761/eureka/,http://eureka2:8762/eureka/
management:
endpoints:
web:
exposure:
include: "*" #<2>
endpoint:
health:
show-details: ALWAYS
# end::configuration-eureka[]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy