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
{{ message }}
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
|KME_ENVIRONMENT_CONFIG| If this is set to true then no config file will be used and only default + environment variables will be used (true/false) |
17
-
|KME_EXTERNAL_ADDRESS| This is the address the address that the clients will use to connect to the main server. If you specify a value for this you will nee to ensure the value is accessible to the client |
18
-
|KME_MENU_MESSAGE| This is the message displayed on the main menu |
19
-
|KME_NETTY_UNPOOLED| This disables netty buffer pooling. This can greatly increase the amount of ununused ram being freed but with a large number of connections this could hurt performance (true/false) disabled by default |
20
-
|KME_RETRIEVE_OFFICIAL| Determines whether the server should attempt to get the official information about an origin account when it logs in |
21
-
|KME_RETRIEVE_ORIGIN_DATA| If retriever is enabled the user characters, classes, etc. will be retrieved as well |
16
+
|RELAY_ENVIRONMENT_CONFIG| If this is set to true then no config file will be used and only default + environment variables will be used (true/false) |
17
+
|RELAY_EXTERNAL_ADDRESS| This is the address the address that the clients will use to connect to the main server. If you specify a value for this you will nee to ensure the value is accessible to the client |
18
+
|RELAY_MENU_MESSAGE| This is the message displayed on the main menu |
19
+
|RELAY_NETTY_UNPOOLED| This disables netty buffer pooling. This can greatly increase the amount of ununused ram being freed but with a large number of connections this could hurt performance (true/false) disabled by default |
20
+
|RELAY_RETRIEVE_OFFICIAL| Determines whether the server should attempt to get the official information about an origin account when it logs in |
21
+
|RELAY_RETRIEVE_ORIGIN_DATA| If retriever is enabled the user characters, classes, etc. will be retrieved as well |
22
22
23
-
> NOTE: when using `KME_MENU_MESSAGE` you can use the following codes for special values:
23
+
> NOTE: when using `RELAY_MENU_MESSAGE` you can use the following codes for special values:
24
24
25
25
| Code | Value |
26
26
|------|----------------------------------------|
@@ -32,43 +32,43 @@ a list of all of those environment variables
|KME_REDIRECTOR_PORT| The port to use for the redirector server. You shouldn't change this unless you are behind something forwarding port 42127 otherwise clients won't be able to connect |
36
-
|KME_MAIN_PORT| The port for the main server. You can change this value to any port you are able to bind |
37
-
|KME_HTTP_PORT| The port for the HTTP server you can change this to any port you are able to bind |
35
+
|RELAY_REDIRECTOR_PORT| The port to use for the redirector server. You shouldn't change this unless you are behind something forwarding port 42127 otherwise clients won't be able to connect |
36
+
|RELAY_MAIN_PORT| The port for the main server. You can change this value to any port you are able to bind |
37
+
|RELAY_HTTP_PORT| The port for the HTTP server you can change this to any port you are able to bind |
0 commit comments