diff options
Diffstat (limited to 'examples/test.rs')
-rw-r--r-- | examples/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.rs b/examples/test.rs index ba29583..b3e6455 100644 --- a/examples/test.rs +++ b/examples/test.rs @@ -2,7 +2,7 @@ use df_consul::*; #[tokio::main] async fn main() { - let config = ConsulConfig { + let config = Config { addr: "http://localhost:8500".into(), ca_cert: None, tls_skip_verify: false, |