summaryrefslogtreecommitdiff
path: root/src/main/resources/application-dev.yml
blob: dabe84be393776d387a41d56252fcc4db8ff6888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
spring:
  docker:
    compose:
      file: ./dev-compose.yml

app:
  #rest:
  #  uri: http://localhost:9000/bwhc/etl/api
  kafka:
    topic: test
    response-topic: test_response
    servers: localhost:9094

server:
  port: 8000