Skip to content

Commit

Permalink
Undo unnecessary default db port change
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Oct 20, 2024
1 parent dec9b2d commit 9e78611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (docs *Documentations) Decode(value string) error {

type DatabaseConfig struct {
Host string `validate:"required"`
Port int `validate:"required" default:"5431"`
Port int `validate:"required" default:"5432"`
User string `validate:"required"`
Password string `validate:"required"`
Database string `validate:"required" default:"mlp"`
Expand Down

0 comments on commit 9e78611

Please sign in to comment.