Skip to content

Commit

Permalink
Update config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooge123 authored Jan 9, 2025
1 parent cb83a7b commit 93e778f
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] = &["43.155.10.20"];
pub const PUBLIC_RS_PUB_KEY: &str = "P0ia8rjDnc5MbIPadVCO46IjrgyB4YKr4LW7ErfblKg=";
pub const RENDEZVOUS_SERVERS: &[&str] = &["43.154.185.167"];
pub const PUBLIC_RS_PUB_KEY: &str = "eK4p80K5OYyaNh2dTZ7yApKUMcpi4uO1UAIxVVZpXwQ=";

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 93e778f

Please sign in to comment.