Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit adf46ff

Browse files
committed
Clarified endpoint style
1 parent 4791be9 commit adf46ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mobile/eShopOnContainers/eShopOnContainers.Core/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class GlobalSetting
44
{
55
public const string AzureTag = "Azure";
66
public const string MockTag = "Mock";
7-
public const string DefaultEndpoint = "http://YOUR_IP_OR_DNS_NAME";
7+
public const string DefaultEndpoint = "http://YOUR_IP_OR_DNS_NAME"; // i.e.: "http://YOUR_IP" or "http://YOUR_DNS_NAME"
88

99
private string _baseEndpoint;
1010
private static readonly GlobalSetting _instance = new GlobalSetting();

0 commit comments

Comments
 (0)