added ability to set mongo timeout

This commit is contained in:
iLLiCiTiT 2020-12-11 10:58:47 +01:00
parent a76980a1a9
commit c2888ea0f6
2 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,12 @@
"key": "AVALON_MONGO",
"label": "Avalon Mongo URL"
},
{
"type": "number",
"key": "avalon_mongo_timeout",
"minimum": 0,
"label": "Avalon Mongo Timeout (ms)"
},
{
"type": "text",
"key": "AVALON_DB_DATA",