Skip to content

Commit

Permalink
Change localhost due to access from agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Mar 16, 2024
1 parent 4b66f6a commit e111fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func LoadConfig(userHomeDir string) error {
command = ex
}

viper.SetDefault("host", "127.0.0.1")
viper.SetDefault("host", "0.0.0.0")
viper.SetDefault("port", "8080")
viper.SetDefault("command", command)
viper.SetDefault("dags", path.Join(appHome, "dags"))
Expand Down

0 comments on commit e111fbf

Please sign in to comment.