fix:#254 use console host for s3 host

This commit is contained in:
weisd
2025-03-02 00:19:17 +08:00
parent a0fef99f8a
commit b821533b19
3 changed files with 43 additions and 17 deletions
+2 -2
View File
@@ -281,8 +281,8 @@ async fn run(opt: config::Opt) -> Result<()> {
// init auto heal
init_auto_heal().await;
let srv_addr = format!("http://{}:{}", local_ip, server_port);
init_console_cfg(&srv_addr);
init_console_cfg(local_ip, server_port);
print_server_info();
if opt.console_enable {