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: src/components.cognex.vision/app/ix/Entry.cs
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,17 @@ public class ConnectionConfig
24
24
publicclassTwinConnectorSelector
25
25
{
26
26
// Do not commit any changes to the following variables. You may modify them locally, but committing the changes will mess up the nightly build. =>
27
-
publicstaticstringTargetIp{get;}="192.168.100.121";//Environment.GetEnvironmentVariable("AXTARGET"); // <- replace by your IP
28
-
privatestaticstringPass=>@"123ABCDabcd$#!";//Environment.GetEnvironmentVariable("AX_TARGET_PWD"); //Environment.GetEnvironmentVariable("AX_TARGET_PWD"); // <- Pass in the password that you have set up for the user. NOT AS PLAIN TEXT! Use user secrets instead.
29
-
privatestaticstringUserName="adm";//Environment.GetEnvironmentVariable("AX_USERNAME"); //<- replace by user name you have set up in your WebAPI settings
30
-
privateconstboolIgnoreSslErrors=true;// <- When you have your certificates in order set this to false.
//public static string TargetIp { get; } = "192.168.100.120";//Environment.GetEnvironmentVariable("AXTARGET"); // <- replace by your IP
28
+
//private static string Pass => @"123ABCDabcd$#!"; //Environment.GetEnvironmentVariable("AX_TARGET_PWD"); //Environment.GetEnvironmentVariable("AX_TARGET_PWD"); // <- Pass in the password that you have set up for the user. NOT AS PLAIN TEXT! Use user secrets instead.
29
+
//private static string UserName = "adm"; //Environment.GetEnvironmentVariable("AX_USERNAME"); //<- replace by user name you have set up in your WebAPI settings
30
+
//private const bool IgnoreSslErrors = true; // <- When you have your certificates in order set this to false.
0 commit comments