Tidy up sample configs
This commit is contained in:
@@ -19,6 +19,8 @@ vanilla:
|
||||
ribbon:
|
||||
listOfServers: localhost:3379
|
||||
|
||||
# This doesn't do anything in this app (no service discovery), but it's here as a
|
||||
# reminder that you need it if the routes are discovered
|
||||
hystrix:
|
||||
execution:
|
||||
isolation:
|
||||
@@ -36,11 +38,3 @@ zuul:
|
||||
logging:
|
||||
pattern:
|
||||
console: '%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}]){yellow} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex'
|
||||
|
||||
endpoints:
|
||||
health:
|
||||
sensitive: false
|
||||
restart:
|
||||
enabled: true
|
||||
shutdown:
|
||||
enabled: true
|
||||
@@ -11,12 +11,4 @@ logging:
|
||||
|
||||
sample:
|
||||
zipkin:
|
||||
# enabled: false
|
||||
|
||||
endpoints:
|
||||
health:
|
||||
sensitive: false
|
||||
restart:
|
||||
enabled: true
|
||||
shutdown:
|
||||
enabled: true
|
||||
# enabled: false
|
||||
@@ -12,11 +12,3 @@ spring:
|
||||
logging:
|
||||
pattern:
|
||||
console: '%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}]){yellow} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex'
|
||||
|
||||
endpoints:
|
||||
health:
|
||||
sensitive: false
|
||||
restart:
|
||||
enabled: true
|
||||
shutdown:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user