Skip to content

Commit ec714e1

Browse files
authored
fix: change default test client host to localhost (#146)
Signed-off-by: slayerjain <[email protected]>
1 parent eb389ac commit ec714e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keploy/keploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ type Config struct {
9595

9696
type AppConfig struct {
9797
Name string `validate:"required"`
98-
Host string `default:"0.0.0.0"`
98+
Host string `default:"localhost"`
9999
Port string `validate:"required"`
100100
Delay time.Duration `default:"5s"`
101101
Timeout time.Duration `default:"60s"`

0 commit comments

Comments
 (0)