Skip to content

Commit e37d340

Browse files
committed
chore: Update README with Friends gRPC env vars
1 parent 1e36172 commit e37d340

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@ All configuration options are handled via environment variables
7575
| `PN_MINECRAFT_ACCOUNT_GRPC_HOST` | Host name for your account server gRPC service | Yes |
7676
| `PN_MINECRAFT_ACCOUNT_GRPC_PORT` | Port for your account server gRPC service | Yes |
7777
| `PN_MINECRAFT_ACCOUNT_GRPC_API_KEY` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
78-
| `PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING` | Set to "1" to enable public matchmaking (unsafe - game has 0 anticheat) | No (Assumed 0) |
78+
| `PN_MINECRAFT_FRIENDS_GRPC_HOST` | Host name for Friends gRPC service (used for friends matchmaking) | Yes |
79+
| `PN_MINECRAFT_FRIENDS_GRPC_PORT` | Port for Friends gRPC service | Yes |
80+
| `PN_MINECRAFT_FRIENDS_GRPC_API_KEY` | API key for Friends gRPC service | No (Assumed to be an open gRPC API) |
81+
| `PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING` | Set to "1" to enable public matchmaking (unsafe - game has 0 anti-cheat) | No (Assumed 0) |

0 commit comments

Comments
 (0)