From 3f53a11ff9bbeef58a4c9cfc4d563c18fcff4267 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sat, 30 Jul 2016 21:52:48 +0200 Subject: [PATCH] Revert "Fixing config properties for Zipkin Consumer (#358)" This reverts commit 46d18e83a7c36c30b0046be006d3603198d0b7f9. --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index dd21fa384..ebecd1151 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -309,7 +309,7 @@ spring: host: ${RABBIT_HOST:localhost} datasource: schema: classpath:/mysql.sql - url: jdbc:mysql://localhost:3306/zipkin + url: jdbc:mysql://${MYSQL_HOST:localhost}/test username: root password: root # Switch this on to create the schema on startup: @@ -319,10 +319,7 @@ spring: enabled: false zipkin: storage: - type: - mysql: - username: root - password: root + type: mysql ---- NOTE: The `@EnableZipkinStreamServer` is also annotated with @@ -553,4 +550,4 @@ To disable Zuul support set the `spring.sleuth.zuul.enabled` property to `false` You can find the running examples deployed in the https://run.pivotal.io/[Pivotal Web Services]. Check them out in the following links: - http://docssleuth-zipkin-server.cfapps.io/[Zipkin for apps presented in the samples to the top] -- http://docsbrewing-zipkin-web.cfapps.io/[Zipkin for Brewery on PWS], its https://github.com/spring-cloud-samples/brewery[Github Code] +- http://docsbrewing-zipkin-web.cfapps.io/[Zipkin for Brewery on PWS], its https://github.com/spring-cloud-samples/brewery[Github Code] \ No newline at end of file