Skip to content

Commit

Permalink
fix(homeserver): set the well-known keypair at Config::testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Oct 3, 2024
1 parent 27dd993 commit 83ad51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubky-homeserver/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ impl Config {
port: 15411,
dht_request_timeout: None,
db_map_size: DEFAULT_MAP_SIZE,
keypair: Keypair::from_secret_key(&[0; 32]),
..Self::test(&testnet)
}
}
Expand Down

0 comments on commit 83ad51e

Please sign in to comment.