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
@@ -47,10 +44,10 @@ To compile using Go, `go get` the required modules and then `go build` to your d
47
44
```bash
48
45
$ go get -u
49
46
$ go mod tidy
50
-
$ go build -o build/luigismansion2
47
+
$ go build -o build/luigis-mansion-2
51
48
```
52
49
53
-
The server is now built to `build/luigismansion2`
50
+
The server is now built to `build/luigis-mansion-2`
54
51
55
52
When compiling with only Go, the authentication servers build string is not automatically set. This should not cause any issues with gameplay, but it means that the server build will not be visible in any packet dumps or logs a title may produce
56
53
@@ -72,13 +69,15 @@ All configuration options are handled via environment variables
|`PN_LUIGISMANSION2_POSTGRES_URI`| Fully qualified URI to your Postgres server (Example `postgres://username:password@localhost/luigismansion2?sslmode=disable`) | Yes |
78
-
|`PN_LUIGISMANSION2_KERBEROS_PASSWORD`| Password used as part of the internal server data in Kerberos tickets | No (Default password `password` will be used) |
79
-
|`PN_LUIGISMANSION2_AUTHENTICATION_SERVER_PORT`| Port for the authentication server | Yes |
80
-
|`PN_LUIGISMANSION2_SECURE_SERVER_HOST`| Host name for the secure server (should point to the same address as the authentication server) | Yes |
81
-
|`PN_LUIGISMANSION2_SECURE_SERVER_PORT`| Port for the secure server | Yes |
82
-
|`PN_LUIGISMANSION2_ACCOUNT_GRPC_HOST`| Host name for your account server gRPC service | Yes |
83
-
|`PN_LUIGISMANSION2_ACCOUNT_GRPC_PORT`| Port for your account server gRPC service | Yes |
84
-
|`PN_LUIGISMANSION2_ACCOUNT_GRPC_API_KEY`| API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
0 commit comments