Convert turbine config to YAML to match docs
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
server.port: 8989
|
||||
spring.application.name: turbine
|
||||
turbine.appConfig: simple,other
|
||||
turbine.aggregator.clusterConfig: MAIN
|
||||
turbine.clusterNameExpression: metadata['cluster']
|
||||
11
turbine/src/main/resources/application.yml
Normal file
11
turbine/src/main/resources/application.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
server:
|
||||
port: 8989
|
||||
spring:
|
||||
application:
|
||||
name: turbine
|
||||
turbine:
|
||||
appConfig: simple,other
|
||||
aggregator:
|
||||
clusterConfig: MAIN
|
||||
clusterNameExpression: metadata['cluster']
|
||||
combineHostPort: true
|
||||
Reference in New Issue
Block a user