From fe737e47566c94e620ba4124f14f76cc725fde15 Mon Sep 17 00:00:00 2001 From: slaventius Date: Thu, 2 Feb 2023 20:47:43 +0300 Subject: [PATCH] * --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index dc5902a..e6e7c8a 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -11,8 +11,8 @@ type appConfig struct { } type kafkaConfig struct { - Host string `envconfig:"KAFKA_HOST"` Port int `envconfig:"KAFKA_PORT"` + Host string `envconfig:"KAFKA_HOST"` } // ...