summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/application-dev.yml2
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..3134643 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:9092
server:
port: 8000