web fix
This commit is contained in:
parent
2018056921
commit
5ed9b38bb7
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue