Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Dec 31, 2023
1 parent b37c704 commit 19528e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ type Config struct {
BaseURL string `mapstructure:"BASE_URL"`
DatabasePath string `mapstructure:"DATABASE_PATH"`
Dev bool `mapstructure:"DEVELOPMENT"`
Reset bool `mapstructure:"RESET"`
Reset bool `mapstructure:"0
.
"`
Loglevel string `mapstructure:"LOG_LEVEL"`
ListenPort string `mapstructure:"LISTEN_PORT"`
}
Expand Down

0 comments on commit 19528e4

Please sign in to comment.