removed rest_api from settings

This commit is contained in:
iLLiCiTiT 2021-03-12 11:32:30 +01:00
parent 55a12b4abc
commit 43944663cc
2 changed files with 1 additions and 30 deletions

View file

@ -126,10 +126,6 @@
}
}
},
"rest_api": {
"default_port": 8021,
"exclude_ports": []
},
"timers_manager": {
"enabled": true,
"full_time": 15.0,

View file

@ -30,31 +30,6 @@
"type": "schema",
"name": "schema_ftrack"
},
{
"type": "dict",
"key": "rest_api",
"label": "Rest Api",
"collapsible": true,
"children": [
{
"type": "number",
"key": "default_port",
"label": "Default Port",
"minimum": 1,
"maximum": 65535
},
{
"type": "list",
"key": "exclude_ports",
"label": "Exclude ports",
"object_type": {
"type": "number",
"minimum": 1,
"maximum": 65535
}
}
]
},
{
"type": "dict",
"key": "timers_manager",
@ -217,4 +192,4 @@
]
}
]
}
}