Skip to content

Commit

Permalink
Changed default ip
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunagatteru committed Apr 23, 2023
1 parent 1e0fd46 commit f423aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func GetVar() *viper.Viper {

func GetCfg(dataPath string) *viper.Viper {
config := viper.New()
config.SetDefault("host", "127.0.0.1")
config.SetDefault("host", "0.0.0.0")
config.SetDefault("port", "8080")
config.SetDefault("username", "admin")
config.SetDefault("password", "admin")
Expand Down

0 comments on commit f423aab

Please sign in to comment.