diff options
| author | Jakub Lidke | 2023-08-28 12:47:09 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-30 10:21:38 +0200 |
| commit | 5e5bd579fb5652aa603b60fbd032ea32c175c0e1 (patch) | |
| tree | b8265368cd1ed51fb5aadcbd93ba18a3bc987333 /src/main | |
| parent | a24f869c8426dc941c87cce26432342d6bbed580 (diff) | |
test: * added additional external host 'localhost', now we can connect without additional host alias. * added akhq to dev-compose.yml
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/application-dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index a60cd8a..3a055e8 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -12,7 +12,7 @@ app: kafka: topic: test response-topic: test_response - servers: kafka:9092 + servers: localhost:9094 server: port: 8000 |
