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

app:
  #rest:
  #  uri: http://localhost:9000/bwhc/etl/api

  # Note: Make sure, hostname "kafka" points to 127.0.0.1
  # otherwise connection will not be available
  kafka:
    topic: test
    response-topic: test-response
    servers: kafka:9092

server:
  port: 8000