Alap BUGFIX javításhoz

This commit is contained in:
2025-07-02 13:32:33 +02:00
parent 6be6bc533c
commit bc977af15c
4 changed files with 20 additions and 5 deletions
@@ -19,11 +19,12 @@ namespace WorkFlowCheck.MAUI.Helper
public static string DatabaseName = "";
public static bool Syncronised = false;
public static UserDTO SystemUserDTO;
public static string ProgramVersion = "v1.1.035";
public static string ProgramVersion = "v1.1.036";
#if DEBUG
//public static string ApiBaseUrl = $"http://10.0.2.2:59027/";
public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
//public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
public static string ApiBaseUrl = $"https://uat.wfcapi.nuvolar.hu/";
public static string ApiKey = $"RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=";
#endif