Change from dev-domain to prod-domain
Java CI / build (push) Successful in 40s
.NET+Docker CI/CD / Unit and Integration tests (push) Successful in 32s
.NET+Docker CI/CD / Push Docker image to ghcr.io (push) Failing after 18s

Signed-off-by: Dmitrii <computer@yawaflua.tech>

Took 3 minutes
This commit is contained in:
Dmitrii
2026-06-29 04:04:20 +03:00
parent 7475a4ff32
commit 8516dce2ee
@@ -2,7 +2,7 @@ package git.yawaflua.tech.spmega;
public record ModConfig(String apiDomain, String apiToken, boolean allowBackend, boolean signQuickPayEnabled, public record ModConfig(String apiDomain, String apiToken, boolean allowBackend, boolean signQuickPayEnabled,
boolean gpsEnabled, GpsHudPosition gpsPosition) { 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 boolean ALLOW_BACKEND = true;
public static final String DEFAULT_API_TOKEN = "-"; public static final String DEFAULT_API_TOKEN = "-";
public static final boolean DEFAULT_SIGN_QUICK_PAY_ENABLED = true; public static final boolean DEFAULT_SIGN_QUICK_PAY_ENABLED = true;