feat: Created a separate 'ssl' property for the config so users don't have to specify an ssl_cert_path to use SSL or use the uri workaround for HTTPS API access

This commit is contained in:
2026-03-29 12:39:26 -06:00
parent 2e339dd73b
commit bbcd3f00a9
12 changed files with 193 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::sync::Arc;
use anyhow::Result;
use clap::{Subcommand, command};
use clap::Subcommand;
use tokio::sync::Mutex;
use crate::{