diff options
| author | Paul-Christian Volkmer | 2023-08-30 10:24:48 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-30 10:24:48 +0200 |
| commit | 5e93e834ad352e8b12b948a650663d137af1b49e (patch) | |
| tree | 8d1c3041d2504be10b91c1b6340e376cd63220a1 /src/main/resources/application-dev.yml | |
| parent | 5e5bd579fb5652aa603b60fbd032ea32c175c0e1 (diff) | |
Remove comment to use host alias
Diffstat (limited to 'src/main/resources/application-dev.yml')
| -rw-r--r-- | src/main/resources/application-dev.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 3a055e8..dabe84b 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,9 +6,6 @@ spring: 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 |
