Add scheme prefix to default storage host
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-25 20:19:17 -08:00
parent 04cfcc9ddc
commit fde19a2378

View File

@@ -35,7 +35,7 @@ func NewApiCommand() *cli.Command {
Name: "storage-host", Name: "storage-host",
Usage: "Host of storage", Usage: "Host of storage",
EnvVars: []string{"STORAGE_HOST"}, EnvVars: []string{"STORAGE_HOST"},
Value: "storage-service:9000", Value: "http://storage-service:9000",
}, },
}, },
} }