mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
move zmq port to config file for C# and python
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"ApiConfig": {
|
||||
"TimeoutSeconds": 20.0
|
||||
"PythonConfig": {
|
||||
"ZeroMqHost": "127.0.0.1",
|
||||
"ZeroMqPort": 5128,
|
||||
"RetryCount": 25,
|
||||
"TimeoutSeconds": 5
|
||||
},
|
||||
"DirectoriesConfig": {
|
||||
"VideosDirectory": "E:\\Azaion6",
|
||||
|
||||
Reference in New Issue
Block a user