mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added ability to set mongo timeout
This commit is contained in:
parent
a76980a1a9
commit
c2888ea0f6
2 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue