This commit is contained in:
rustdesk 2023-01-27 11:37:43 +08:00
parent a974906fdc
commit 2830be95a7

View File

@ -87,7 +87,7 @@ pub const RENDEZVOUS_SERVERS: &[&str] = &[
"rs-cn.rustdesk.com",
];
pub const RS_PUB_KEY: &'static str = match option_env!("RS_PUB_KEY") {
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
Some(key) if !key.is_empty() => key,
_ => "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=",
};