make installer and upload it to cdn as part of the publish process

remove login pass
This commit is contained in:
Alex Bezdieniezhnykh
2025-03-03 01:22:16 +02:00
parent d93da15528
commit f108cca5f5
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public class PythonConfig
{
public string ZeroMqHost { get; set; }
public string ZeroMqHost { get; set; } = "";
public int ZeroMqPort { get; set; }
public double OneTryTimeoutSeconds { get; set; }
public int RetryCount {get;set;}