summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-08-15 01:09:22 +0200
committerPaul-Christian Volkmer2023-08-15 01:09:22 +0200
commit66dc96680da5e263550413493578ebe936dde149 (patch)
treef27c4afeedcbb2b772cedff1471cd2465243fa6b /src/main/resources
parent64b8636145291a3cd28b4354af9ce20e052d672a (diff)
Update dev config and added related information into README.md
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application-dev.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 551f3f8..b1cc2fc 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -4,8 +4,11 @@ spring:
file: ./dev-compose.yml
app:
- rest:
- uri: http://localhost:9000/bwhc/etl/api
+ #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