docs: clarify P2P_TEST_RELAY as Nostr relay

This commit is contained in:
chinhkrb113
2026-03-30 02:18:25 +07:00
parent 2de9899a99
commit b1efbf74c7

View File

@@ -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
//