mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:56:31 +00:00
move zmq port to config file for C# and python
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Azaion.CommonSecurity.DTO;
|
||||
|
||||
public class PythonConfig
|
||||
{
|
||||
public string ZeroMqHost { get; set; }
|
||||
public int ZeroMqPort { get; set; }
|
||||
public double OneTryTimeoutSeconds { get; set; }
|
||||
public int RetryCount {get;set;}
|
||||
|
||||
public string ResourcesFolder { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user