mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-05-10 19:16:35 +03:00
[FEATURE] Add serverName to env configuration in ServerWrapper
This commit is contained in:
parent
d4b69195b3
commit
2e93102106
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ public void apply() {
|
|||
public void applyEnv() {
|
||||
this.authId = applyEnvOrDefault("LAUNCHSERVER_AUTH_ID", this.authId);
|
||||
this.address = applyEnvOrDefault("LAUNCHSERVER_ADDRESS", this.address);
|
||||
this.serverName = applyEnvOrDefault("LAUNCHSERVER_SERVER_NAME", this.serverName);
|
||||
this.encodedServerEcPublicKey = applyEnvOrDefault("LAUNCHSERVER_EC_PUBLIC_KEY", Base64.getUrlDecoder()::decode, null);
|
||||
this.encodedServerRsaPublicKey = applyEnvOrDefault("LAUNCHSERVER_RSA_PUBLIC_KEY", Base64.getUrlDecoder()::decode, null);
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue