Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 0bad2b7

Browse files
authored
Merge a295bf8 into 29da288
2 parents 29da288 + a295bf8 commit 0bad2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/configuration/configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func initFlytectlConfig(reader io.Reader) error {
8585
}
8686

8787
templateValues := configutil.ConfigTemplateSpec{
88-
Host: "dns:///localhost:30081",
88+
Host: "dns:///localhost:30080",
8989
Insecure: true,
9090
}
9191
templateStr := configutil.GetTemplate()

0 commit comments

Comments
 (0)