mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
156 lines
4.4 KiB
JSON
156 lines
4.4 KiB
JSON
{
|
|
"avalon": {
|
|
"AVALON_MONGO": "",
|
|
"AVALON_TIMEOUT": 1000,
|
|
"AVALON_THUMBNAIL_ROOT": {
|
|
"windows": "",
|
|
"darwin": "",
|
|
"linux": ""
|
|
},
|
|
"AVALON_DB_DATA": "{PYPE_SETUP_PATH}/../mongo_db_data"
|
|
},
|
|
"ftrack": {
|
|
"enabled": true,
|
|
"ftrack_server": "https://pype.ftrackapp.com",
|
|
"ftrack_actions_path": [],
|
|
"ftrack_events_path": [],
|
|
"mongo_database_name": "pype",
|
|
"mongo_collection_name": "ftrack_events",
|
|
"intent": {
|
|
"items": {
|
|
"-": "-",
|
|
"wip": "WIP",
|
|
"final": "Final",
|
|
"test": "Test"
|
|
},
|
|
"default": "-"
|
|
},
|
|
"custom_attributes": {
|
|
"show": {
|
|
"avalon_auto_sync": {
|
|
"default": "",
|
|
"write_security_role": [
|
|
"API",
|
|
"Administrator"
|
|
],
|
|
"read_security_role": [
|
|
"API",
|
|
"Administrator"
|
|
]
|
|
},
|
|
"library_project": {
|
|
"default": "",
|
|
"write_security_role": [
|
|
"API",
|
|
"Administrator"
|
|
],
|
|
"read_security_role": [
|
|
"API",
|
|
"Administrator"
|
|
]
|
|
}
|
|
},
|
|
"is_hierarchical": {
|
|
"fps": {
|
|
"default": "25",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"frameStart": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"frameEnd": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"clipIn": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"clipOut": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"handleStart": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"handleEnd": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"resolutionWidth": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"resolutionHeight": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
},
|
|
"pixelAspect": {
|
|
"default": "",
|
|
"write_security_role": [],
|
|
"read_security_role": []
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rest_api": {
|
|
"default_port": 8021,
|
|
"exclude_ports": []
|
|
},
|
|
"timers_manager": {
|
|
"enabled": true,
|
|
"full_time": 15.0,
|
|
"message_time": 0.5
|
|
},
|
|
"clockify": {
|
|
"enabled": false,
|
|
"workspace_name": "studio name"
|
|
},
|
|
"sync_server": {
|
|
"enabled": false
|
|
},
|
|
"deadline": {
|
|
"enabled": true,
|
|
"DEADLINE_REST_URL": "http://localhost:8082"
|
|
},
|
|
"muster": {
|
|
"enabled": false,
|
|
"MUSTER_REST_URL": "http://127.0.0.1:9890",
|
|
"templates_mapping": {
|
|
"file_layers": 7,
|
|
"mentalray": 2,
|
|
"mentalray_sf": 6,
|
|
"redshift": 55,
|
|
"renderman": 29,
|
|
"software": 1,
|
|
"software_sf": 5,
|
|
"turtle": 10,
|
|
"vector": 4,
|
|
"vray": 37,
|
|
"ffmpeg": 48
|
|
}
|
|
},
|
|
"log_viewer": {
|
|
"enabled": true
|
|
},
|
|
"user": {
|
|
"enabled": true
|
|
},
|
|
"standalonepublish_tool": {
|
|
"enabled": true
|
|
},
|
|
"idle_manager": {
|
|
"enabled": true
|
|
}
|
|
}
|