From b1efbf74c70218d6148dc3f986cd167583dc80a9 Mon Sep 17 00:00:00 2001 From: chinhkrb113 <76194645+chinhkrb113@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:18:25 +0700 Subject: [PATCH] docs: clarify P2P_TEST_RELAY as Nostr relay --- vitest.config.p2p.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.p2p.ts b/vitest.config.p2p.ts index 7772061..a968e9f 100644 --- a/vitest.config.p2p.ts +++ b/vitest.config.p2p.ts @@ -15,7 +15,7 @@ import { grantClipboardPermissions, writeHandoffFile, readHandoffFile } from "./ // // Optional: // P2P_TEST_HOST_PEER_NAME - Name used to identify the host peer (default varies) -// P2P_TEST_RELAY - WebRTC relay/TURN server URL (falls back to built-in signalling) +// P2P_TEST_RELAY - Nostr relay server URL used for peer signalling/discovery // P2P_TEST_APP_ID - Application ID scoping the P2P session // P2P_TEST_HANDOFF_FILE - File path used to pass state between up/down test phases //