Skip to content

Commit

Permalink
feat: add security debug flag to default configuration
Browse files Browse the repository at this point in the history
- Introduced a new default setting for 'security.debug' to enable or disable detailed logging in the security configuration.
  • Loading branch information
tphakala committed Jan 9, 2025
1 parent e3721d2 commit d968a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/conf/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func setDefaultConfig() {
viper.SetDefault("output.mysql.port", 3306)

// Security configuration
viper.SetDefault("security.debug", false)
viper.SetDefault("security.host", "")
viper.SetDefault("security.autotls", false)
viper.SetDefault("security.redirecttohttps", false)
Expand Down

0 comments on commit d968a0f

Please sign in to comment.