Skip to content

Commit

Permalink
Merge pull request #499 from confusedguy9/patch-1
Browse files Browse the repository at this point in the history
Update config.go
  • Loading branch information
camathieu authored Sep 13, 2023
2 parents c7e10ee + 34a1d16 commit 15f2960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func NewConfiguration() (config *Configuration) {

config.ListenAddress = "0.0.0.0"
config.ListenPort = 8080
config.MetricsAddress = "0.0.0."
config.MetricsAddress = "0.0.0.0"
config.MetricsPort = 0
config.EnhancedWebSecurity = false
config.SessionTimeout = "365d"
Expand Down

0 comments on commit 15f2960

Please sign in to comment.