You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful, for the automated tests at least, to allow pubky-app and the homeserver to be configured with a locally deployed pkarr relay.
The text was updated successfully, but these errors were encountered:
catch-21
changed the title
Allow PubkyClient to override default pkarr relay
Allow PubkyClient and Homeserver to override default pkarr relay
Nov 20, 2024
This currently forces use of https://relay.pkarr.org
used by pubky-app: https://github.com/pubky/pubky-core/blob/main/pubky/src/wasm.rs#L31
Homeserver is also using a hardcoded default: https://github.com/pubky/pubky-core/blob/main/pubky-homeserver/src/server.rs#L42, which is defined: https://github.com/pubky/pkarr/blob/main/pkarr/src/lib.rs#L32
It would be useful, for the automated tests at least, to allow pubky-app and the homeserver to be configured with a locally deployed pkarr relay.
The text was updated successfully, but these errors were encountered: