Skip to content

Commit

Permalink
chore: Update README with Friends gRPC env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Jan 7, 2025
1 parent 1e36172 commit e37d340
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ All configuration options are handled via environment variables
| `PN_MINECRAFT_ACCOUNT_GRPC_HOST` | Host name for your account server gRPC service | Yes |
| `PN_MINECRAFT_ACCOUNT_GRPC_PORT` | Port for your account server gRPC service | Yes |
| `PN_MINECRAFT_ACCOUNT_GRPC_API_KEY` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
| `PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING` | Set to "1" to enable public matchmaking (unsafe - game has 0 anticheat) | No (Assumed 0) |
| `PN_MINECRAFT_FRIENDS_GRPC_HOST` | Host name for Friends gRPC service (used for friends matchmaking) | Yes |
| `PN_MINECRAFT_FRIENDS_GRPC_PORT` | Port for Friends gRPC service | Yes |
| `PN_MINECRAFT_FRIENDS_GRPC_API_KEY` | API key for Friends gRPC service | No (Assumed to be an open gRPC API) |
| `PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING` | Set to "1" to enable public matchmaking (unsafe - game has 0 anti-cheat) | No (Assumed 0) |

0 comments on commit e37d340

Please sign in to comment.