Clarified endpoint URI
This commit is contained in:
parent
f910e48c37
commit
9ba004187d
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
public const string AzureTag = "Azure";
|
public const string AzureTag = "Azure";
|
||||||
public const string MockTag = "Mock";
|
public const string MockTag = "Mock";
|
||||||
public const string DefaultEndpoint = "INSERT YOUR ENDPOINT HERE";
|
public const string DefaultEndpoint = "http://YOUR_IP_OR_DNS_NAME";
|
||||||
|
|
||||||
private string _baseEndpoint;
|
private string _baseEndpoint;
|
||||||
private static readonly GlobalSetting _instance = new GlobalSetting();
|
private static readonly GlobalSetting _instance = new GlobalSetting();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user