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
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Now you should have two tokens. You can use the tokens to connect the two peers
47
47
|`allow-policy`| Defines which peer(s) this peer is allowed to connect to. Default: `"*:*"` (connect to any other peer)[^1]. [More info](https://jsr.io/@pulsebeam/server/doc/~/PeerPolicy)|
48
48
|`create-token`| Generates a token[^2][^3] based on the provided inputs/defaults. |
49
49
50
-
[^1]: Even with the `\"*:*\"` allow-policy, peers can only connect to other peers within the scope of your `<API_KEY>`.
50
+
[^1]: Even with the `"*:*"` allow-policy, peers can only connect to other peers within the scope of your `<API_KEY>`.
51
51
52
52
[^2]: Provide the CLI-generated token to your client's to allow them to talk to PulseBeam signaling servers and make connections with each other.
0 commit comments