Add scheme prefix to default storage host
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user