From 557d9295e3fc6145073459da94905765de53be1e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sat, 24 May 2025 20:23:39 +0100 Subject: feat(init): make default ngit-relays configurable make the default set of ngit-relays configurable --- src/bin/ngit/cli.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/bin/ngit/cli.rs') diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 5461237..ce4e12e 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -40,10 +40,11 @@ pub const CUSTOMISE_TEMPLATE: &str = r" ========================== ngit settings are managed through the git config. -Currently the only settings not not reachable through standard commands relate to default hardcoded relays: +Currently the only settings not reachable through standard commands relate to default hardcoded relays: - - nostr.relay-default-set - must have at least 1 value - - nostr.relay-blaster-set + - nostr.ngit-relay-default-set - only used during `ngit init` + - nostr.relay-default-set - must have at least 1 value, all events send to repo relays, user write and default relays + - nostr.relay-blaster-set - only used for repo announcement events - nostr.relay-signer-fallback-set These take a string of semi-colon separated websocket URLs without spaces. For example: -- cgit v1.2.3