1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

chore: dev kafka is available via localhost, now.

This commit is contained in:
Jakub Lidke
2023-08-25 13:11:10 +02:00
parent da26b5a2c8
commit aa40da4995
2 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@ app:
kafka:
topic: test
response-topic: test_response
servers: kafka:9092
servers: localhost:9092
server:
port: 8000