mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
adde settings defying if mongo url is passed
This commit is contained in:
parent
c4358e12b2
commit
9bfee3a404
2 changed files with 16 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"deadline_servers": [],
|
||||
"publish": {
|
||||
"CollectDefaultDeadlineServer": {
|
||||
"pass_mongo_url": false
|
||||
},
|
||||
"ValidateExpectedFiles": {
|
||||
"enabled": true,
|
||||
"active": true,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,19 @@
|
|||
"key": "publish",
|
||||
"label": "Publish plugins",
|
||||
"children": [
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "CollectDefaultDeadlineServer",
|
||||
"label": "Default Deadline Webservice",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "pass_mongo_url",
|
||||
"label": "Pass Mongo url to job"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue