desktop recording sorta works
This commit is contained in:
@@ -85,6 +85,7 @@ async fn main() -> Result<()> {
|
||||
proxy_url: Some(server_config.public_url.join("proxy")?.to_string()),
|
||||
status_url: Some(server_config.public_url.join("status")?.to_string()),
|
||||
cert_hash: None,
|
||||
any_server: false,
|
||||
};
|
||||
|
||||
let (cert, key) = match (&server_config.cert_path, &server_config.key_path) {
|
||||
|
||||
Reference in New Issue
Block a user