mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
make installer and upload it to cdn as part of the publish process
remove login pass
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user