|
|
@ -4,7 +4,7 @@ |
|
|
|
{ |
|
|
|
public const string AzureTag = "Azure"; |
|
|
|
public const string MockTag = "Mock"; |
|
|
|
public const string DefaultEndpoint = "http://52.170.199.82"; |
|
|
|
public const string DefaultEndpoint = "INSERT YOUR ENDPOINT HERE"; |
|
|
|
|
|
|
|
private string _baseEndpoint; |
|
|
|
private static readonly GlobalSetting _instance = new GlobalSetting(); |
|
|
|