From cd338d39781ecbd34e1c15ed8e8864d8e341cfc1 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 26 Nov 2025 10:59:04 +0100 Subject: [PATCH] removed stateful --- FruitBank.Common/FruitBankConstClient.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FruitBank.Common/FruitBankConstClient.cs b/FruitBank.Common/FruitBankConstClient.cs index 47c30ad..ac5971b 100644 --- a/FruitBank.Common/FruitBankConstClient.cs +++ b/FruitBank.Common/FruitBankConstClient.cs @@ -7,16 +7,17 @@ public static class FruitBankConstClient { public static string DefaultLocale = "en-US"; - public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop + //public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop + public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop - #if RELEASE - // 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://localhost:5000"; //FrutiBank nop //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";