slaventius 2 years ago
parent 56ccb8dd53
commit fe737e4756
  1. 2
      internal/config/config.go

@ -11,8 +11,8 @@ type appConfig struct {
} }
type kafkaConfig struct { type kafkaConfig struct {
Host string `envconfig:"KAFKA_HOST"`
Port int `envconfig:"KAFKA_PORT"` Port int `envconfig:"KAFKA_PORT"`
Host string `envconfig:"KAFKA_HOST"`
} }
// ... // ...

Loading…
Cancel
Save