Remove unnecessary configs from samples

This commit is contained in:
Dave Syer
2015-12-31 11:24:28 +00:00
parent 9bf19caf07
commit 6a8f23e185
6 changed files with 10 additions and 44 deletions

View File

@@ -4,6 +4,16 @@ server:
spring:
rabbitmq:
host: ${RABBIT_HOST:localhost}
datasource:
initialize: false
zipkin:
store:
type: mem # default is inMemory
---
spring:
profiles: mysql
datasource:
schema: classpath:/mysql.sql
url: jdbc:mysql://${MYSQL_HOST:localhost}/test
@@ -17,12 +27,3 @@ spring:
zipkin:
store:
type: mysql # default is inMemory
---
spring:
profiles: test
datasource:
initialize: false
zipkin:
store:
type: mem # default is inMemory