grpc fixes

This commit is contained in:
2025-05-26 12:34:03 -04:00
parent d76e126d35
commit c40b6f0fa3
6 changed files with 16 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ pub const HOST: &'static str = "http://localhost:5164";
#[cfg(debug_assertions)]
pub const RPC_HOST: &'static str = "http://localhost:5164";
#[cfg(not(debug_assertions))]
pub const RPC_HOST: &'static str = "https://grpc.aoba.app";
pub const RPC_HOST: &'static str = "https://grpc.aoba.app:8443";
#[cfg(not(debug_assertions))]
pub const HOST: &'static str = "https://aoba.app";