You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ProjectTemplates/ReferenceProject/Settings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ public static class Settings
15
15
16
16
publicstaticclassServices
17
17
{
18
-
publicstaticstringCoolService{get;}=TrimUrl(Get("CoolServiceEndpoint"));// %ORIGIN% will be substituted with the value from an environment variable
18
+
publicstaticstringCoolService{get;}=TrimUrl(Get("CoolServiceEndpoint"));// %ENDPOINT_HOST% will be substituted with the value from an environment variable
0 commit comments