diff --git a/config-client.yml b/config-client.yml index aba7d81c20c89ffa45bbe53050013384b7aa2647..145f54d27e0998a55e848cd35dbebbc187cf9224 100644 --- a/config-client.yml +++ b/config-client.yml @@ -1,5 +1,22 @@ -info: - profile: default - from: git1 - -test: bbb \ No newline at end of file +server: + port: 8764 +spring: + application: + name: eurekaclient + rabbitmq: + host: localhost + port: 5672 + username: guest + password: guest + zipkin: + base-url: http://localhost:9411 + sender: + type: web + sleuth: + sampler: + probability : 1 +management: + endpoints: + web: + exposure: + include: refresh,health,info,bus-refresh