configure grpc client + scanner fixes; need to figure out cors issue
This commit is contained in:
@@ -8,7 +8,7 @@ mod rpc;
|
||||
mod views;
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
pub const RPC_HOST: &'static str = "http://localhost:8081";
|
||||
pub const RPC_HOST: &'static str = "http://localhost:5177";
|
||||
#[cfg(not(debug_assertions))]
|
||||
pub const RPC_HOST: &'static str = "https://grpc.aoba.app:8443";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user