Skip to content

Commit

Permalink
clean up config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
smekuria1 committed Dec 18, 2023
1 parent 83104c2 commit af40f47
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 @@ -96,8 +96,8 @@ func LoadConfig(userHomeDir string) error {
viper.SetDefault("adminLogsDir", path.Join(appHome, "logs", "admin"))
viper.SetDefault("navbarColor", "")
viper.SetDefault("navbarTitle", "Dagu")
viper.SetDefault("isAuthToken", "1")
viper.SetDefault("authToken", "TESTAUTHTOKEN")
viper.SetDefault("isAuthToken", "0")
viper.SetDefault("authToken", "0")

viper.AutomaticEnv()

Expand Down

0 comments on commit af40f47

Please sign in to comment.