diff options
| author | Jakub Lidke | 2023-08-28 12:47:09 +0200 |
|---|---|---|
| committer | Jakub Lidke | 2023-08-28 12:47:09 +0200 |
| commit | 532254593fbc1a8217a276fe94f7d9fcd87da6b5 (patch) | |
| tree | 12e3251baa27cacbcb8b8030c260dd1f4bed5005 /src/main | |
| parent | 01ff53ab235488cb23e8aa335be7bf58c0e7bf53 (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 3134643..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: localhost:9092 + servers: localhost:9094 server: port: 8000 |
