Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhashBose authored Sep 14, 2023
1 parent 1ae1f86 commit e5a2d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func DefaultConfig() *Config {
config.ListenAddressWebUI = "localhost:1340"
config.ExternalRestAddress = "."
config.ProxyBaseURL = "/"
AuthUser = ""
AuthPass = ""
config.AuthUser = ""
config.AuthPass = ""
config.LogLevel = "INFO"
config.CheckForUpdates = false
config.DefaultPermissions.Exec = true
Expand Down

0 comments on commit e5a2d81

Please sign in to comment.