File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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) |
You can’t perform that action at this time.
0 commit comments