server:
port: 19999
spring:
application:
name: druid-admin
main:
allow-bean-definition-overriding: true
cloud:
consul:
enabled: false
host: localhost
port: 8500
discovery:
enable: true
hostname: ${spring.cloud.client.ip-address}
instance-id: ${spring.application.name}:${vcap.application.instance_id:${spring.application.instance_id:${random.value}}}
instance-zone: zone1
nacos:
discovery:
enabled: false
server-addr: localhost:8848
eureka:
instance:
preferIpAddress: true
ipAddress: localhost
instance-id: ${eureka.instance.ipAddress}:${server.port}:${spring.application.name}
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
enabled: false
monitor:
applications:
- a
- b
login-username: admin
login-password: 123456
kube-config-file-path:
k8s-namespace: