Add artifacts & metas

This commit is contained in:
dginovker 2019-11-04 16:17:50 -05:00
parent cd54b1533e
commit 7ea58f6805
31 changed files with 64 additions and 22 deletions

View file

@ -27,8 +27,8 @@ public final class Configurations {
/**
* If the client is local.
*/
public static final boolean LOCAL_MS = true;
public static final boolean LOCAL_SERVER = true;
public static boolean LOCAL_MS = true;
public static boolean LOCAL_SERVER = true;
/**
* Packaging.
@ -63,8 +63,8 @@ public final class Configurations {
/**
* The MS IP.
*/
public static final String MS_IP = (Configurations.LOCAL_MS ? "127.0.0.1" : "frostblades.org");
public static String MS_IP = Configurations.LOCAL_MS ? "127.0.0.1" : "34.68.75.237";
/**
* The operation system name.
*/