mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-10 14:36:51 +00:00
Fix issue with 'http(s)://' prefix
This commit is contained in:
+2
-2
@@ -128,8 +128,8 @@ pub struct AdminConfig {
|
||||
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
pub struct ConsulDiscoveryConfig {
|
||||
/// Consul host to connect to to discover more peers
|
||||
pub consul_host: String,
|
||||
/// Consul http or https address to connect to to discover more peers
|
||||
pub consul_http_addr: String,
|
||||
/// Consul service name to use
|
||||
pub service_name: String,
|
||||
/// CA TLS certificate to use when connecting to Consul
|
||||
|
||||
Reference in New Issue
Block a user