This commit is contained in:
Adam 2025-10-24 12:04:39 +02:00
parent 2018056921
commit 5ed9b38bb7
2 changed files with 8 additions and 6 deletions

View File

@ -7,15 +7,17 @@ public static class FruitBankConstClient
{
public static string DefaultLocale = "en-US";
public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
#if RELEASE
//public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
#endif
#if RELEASE
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
#endif
//public static string BaseUrl = "http://10.0.2.2:59579"; //FrutiBank (android) nop
//public static string BaseUrl = "https://localhost:7144"; //HybridApp
public static string DefaultHubName = "fbHub";
public static string LoggerHubName = "loggerHub";

View File

@ -17,7 +17,7 @@ builder.Services.AddMvc();
builder.Services.AddSingleton<IFormFactor, FormFactor>();
builder.Services.AddScoped<LoggedInModel>();
builder.Services.AddScoped<LoggerToLoggerApiController>();
//builder.Services.AddScoped<LoggerToLoggerApiController>();
builder.Services.AddScoped<IAcLogWriterBase, ConsoleLogWriter>();
//builder.Services.AddSingleton<SessionService>();