Refactor babel-related code to not update parameter values
[aai/model-loader.git] / src / test / resources / application.properties
1 CONFIG_HOME=src/test/resources
2 spring.kafka.consumer.auto-offset-reset=earliest
3 spring.kafka.consumer.group-id=aai
4 spring.kafka.consumer.client-id=aai-model-loader   
5 topics.distribution.notification=SDC-DISTR-NOTIF-TOPIC-AUTO
6
7 spring.sleuth.enabled=false
8
9 ml.distribution.connection.enabled=false # avoid having the distribution client running in the background (requires active kafka)
10
11 spring.main.allow-bean-definition-overriding=true