some prep for impl of WSC2
All checks were successful
/ Build BaseBand (push) Successful in 2m22s
/ Build BaseBand Server (push) Successful in 1m53s

This commit is contained in:
Daniella / Tove 2024-10-14 05:45:08 +02:00
parent ebd3754b9c
commit 81341d0709
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 7 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public class DevStub implements IFMLLoadingPlugin {
if(LoadHandler.data.map.get("username") != null) if(LoadHandler.data.map.get("username") != null)
throw new IllegalStateException(); throw new IllegalStateException();
LoadHandler.data.set("build-name", "Greenland"); LoadHandler.data.set("build-name", "Greenland");
LoadHandler.data.set("server", "spl");
LoadHandler.data.set("ip", "baseband.com.de"); LoadHandler.data.set("ip", "baseband.com.de");
LoadHandler.data.set("branch", "[dev]"); LoadHandler.data.set("branch", "[dev]");
LoadHandler.data.set("allowed-branches", new TCNArray()); LoadHandler.data.set("allowed-branches", new TCNArray());

View file

@ -0,0 +1,6 @@
package de.com.baseband.client.util.net;
public class WebServiceClient2 {
// TODO make
// -> https://downloads.baseband.com.de
}