Skip to content

Commit

Permalink
Viper replaced by Koanf
Browse files Browse the repository at this point in the history
  • Loading branch information
josepdcs committed Jan 16, 2025
1 parent a9af2b0 commit 29ce541
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/infrastructure/server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ type DB struct {
Password string `koanf:"password"`
}

var envs = []string{
"DB_HOST", "DB_NAME", "DB_USER", "DB_PORT", "DB_PASSWORD",
}

func Load() (Config, error) {
var config Config

Expand Down

0 comments on commit 29ce541

Please sign in to comment.