From ba422f8aae713cc4fe73295b49fb86e6ef5da173 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 1 Feb 2020 00:30:06 +0000 Subject: [PATCH] --- util.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util.cs b/util.cs index 9a02213..f3cb624 100644 --- a/util.cs +++ b/util.cs @@ -11,11 +11,11 @@ namespace raven_integration public static class Util { //####################################################################################################### - public static string API_BASE_URL = "http://localhost:7575/api/v8/"; - //public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/"; + //public static string API_BASE_URL = "http://localhost:7575/api/v8/"; + public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/"; public static string TEST_DATA_FOLDER = @"..\..\..\testdata\"; - public const decimal TIME_ZONE_ADJUSTMENT = -7; + public const decimal TIME_ZONE_ADJUSTMENT = -8; //#######################################################################################################