Change from dev-domain to prod-domain
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 3 minutes
This commit is contained in:
@@ -2,7 +2,7 @@ package git.yawaflua.tech.spmega;
|
||||
|
||||
public record ModConfig(String apiDomain, String apiToken, boolean allowBackend, boolean signQuickPayEnabled,
|
||||
boolean gpsEnabled, GpsHudPosition gpsPosition) {
|
||||
public static final String DEFAULT_API_DOMAIN = "http://localhost:5129";
|
||||
public static final String DEFAULT_API_DOMAIN = "https://spmega.yawaflua.tech";
|
||||
public static final boolean ALLOW_BACKEND = true;
|
||||
public static final String DEFAULT_API_TOKEN = "-";
|
||||
public static final boolean DEFAULT_SIGN_QUICK_PAY_ENABLED = true;
|
||||
|
||||
Reference in New Issue
Block a user