PIKMIN 3 WiiU Server
Go to file
2023-07-05 05:46:19 -04:00
database Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
globals Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
nex Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
types Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
.gitignore Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
go.mod Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
go.sum Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
init.go Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
LICENSE Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
main.go Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
Makefile Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00
README.md Beginnings of Mission Mode rankings 2023-07-05 05:46:19 -04:00

PIKMIN 3 (Wii U) replacement server

Server includes both the authentication and secure servers

Configuration

All configuration options are handled via environment variables

Name Description Required
PN_PIKMIN3_POSTGRES_URI Fully qualified URI to your Postgres server (Example postgres://username:password@localhost/pikmin3?sslmode=disable) Yes
PN_PIKMIN3_KERBEROS_PASSWORD Password used as part of the internal server data in Kerberos tickets No (Default password password will be used)
PN_PIKMIN3_AUTHENTICATION_SERVER_PORT Port for the authentication server Yes
PN_PIKMIN3_SECURE_SERVER_HOST Host name for the secure server (should point to the same address as the authentication server) Yes
PN_PIKMIN3_SECURE_SERVER_PORT Port for the secure server Yes
PN_PIKMIN3_ACCOUNT_GRPC_HOST Host name for your account server gRPC service Yes
PN_PIKMIN3_ACCOUNT_GRPC_PORT Port for your account server gRPC service Yes
PN_PIKMIN3_ACCOUNT_GRPC_API_KEY API key for your account server gRPC service No (Assumed to be an open gRPC API)