Skip to content

Commit

Permalink
config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjunnan authored Dec 18, 2024
1 parent ed9cb37 commit ca26cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/hbb_common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const CHARS: &[char] = &[
'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
];

pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-ny.rustdesk.com"];
pub const PUBLIC_RS_PUB_KEY: &str = "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=";
pub const RENDEZVOUS_SERVERS: &[&str] = &["remote-desk.360shuke.com"];
pub const PUBLIC_RS_PUB_KEY: &str = "y1E4RM0bg9WbSqWAWILttR94AtLVH5hD5vS8YJTkOFA=";

pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
Some(key) if !key.is_empty() => key,
Expand Down

0 comments on commit ca26cea

Please sign in to comment.