Skip to content

Commit

Permalink
feat: add nats configuration and replaced kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Parham Alvani committed Jan 1, 2024
1 parent bb2ac49 commit 8eddb34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/koanf/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ type Vault struct {
UseTLS bool `koanf:"use_tls"`
}

type Kafka struct {
Addresses string `koanf:"addresses"`
Topic string `koanf:"topic"`
type NATS struct {
URL string `koanf:"url"`
}

0 comments on commit 8eddb34

Please sign in to comment.