mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:16:30 +00:00
move zmq port to config file for C# and python
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Azaion.Common.DTO.Config;
|
||||
|
||||
public class AppConfig
|
||||
{
|
||||
public ApiConfig ApiConfig { get; set; } = null!;
|
||||
public PythonConfig PythonConfig { get; set; } = null!;
|
||||
|
||||
public QueueConfig QueueConfig { get; set; } = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user