summaryrefslogtreecommitdiff
path: root/src/main/resources/application-dev.yml
blob: 3a055e8582344e68adb4198d1b72a87b43572d99 (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: localhost:9094

server:
  port: 8000