mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-08-16 08:25:55 +00:00
opt
This commit is contained in:
parent
a974906fdc
commit
2830be95a7
@ -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=",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user