diff options
| author | Paul-Christian Volkmer | 2023-08-15 01:09:22 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-15 01:09:22 +0200 |
| commit | 66dc96680da5e263550413493578ebe936dde149 (patch) | |
| tree | f27c4afeedcbb2b772cedff1471cd2465243fa6b /src/main/resources | |
| parent | 64b8636145291a3cd28b4354af9ce20e052d672a (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.yml | 7 |
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 |
