This commit is contained in:
6
util.cs
6
util.cs
@@ -11,11 +11,11 @@ namespace raven_integration
|
|||||||
public static class Util
|
public static class Util
|
||||||
{
|
{
|
||||||
//#######################################################################################################
|
//#######################################################################################################
|
||||||
public static string API_BASE_URL = "http://localhost:7575/api/v8/";
|
//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 = "https://test.helloayanova.com/api/v8.0/";
|
||||||
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
|
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
|
||||||
|
|
||||||
public const decimal TIME_ZONE_ADJUSTMENT = -7;
|
public const decimal TIME_ZONE_ADJUSTMENT = -8;
|
||||||
//#######################################################################################################
|
//#######################################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user