fill defaults

This commit is contained in:
Milan Kolar 2020-09-18 15:42:51 +02:00
parent dd9809e3ed
commit 162dc8a4bd

View file

@ -1,30 +1,40 @@
{
"Avalon": {
"AVALON_MONGO": "",
"AVALON_DB_DATA": "",
"AVALON_THUMBNAIL_ROOT": ""
"AVALON_MONGO": "mongodb://localhost:2707",
"AVALON_DB_DATA": "{PYPE_SETUP_PATH}/../mongo_db_data",
"AVALON_THUMBNAIL_ROOT": "{PYPE_SETUP_PATH}/../avalon_thumails"
},
"Ftrack": {
"enabled": true,
"ftrack_server": "",
"ftrack_server": "https://pype.ftrackapp.com",
"ftrack_actions_path": [],
"ftrack_events_path": [],
"FTRACK_EVENTS_MONGO_DB": "",
"FTRACK_EVENTS_MONGO_COL": "",
"FTRACK_EVENTS_MONGO_DB": "pype",
"FTRACK_EVENTS_MONGO_COL": "ftrack_events",
"sync_to_avalon": {
"statuses_name_change": []
"statuses_name_change": [
"ready",
"not ready"
]
},
"status_version_to_task": {},
"status_update": {}
"status_update": {
"Ready": [
"Not Ready"
],
"In Progress": [
"_any_"
]
}
},
"Rest Api": {
"default_port": 1,
"default_port": 8021,
"exclude_ports": []
},
"Timers Manager": {
"enabled": true,
"full_time": 0.0,
"message_time": 0.0
"full_time": 15.0,
"message_time": 0.5
},
"Clockify": {
"enabled": true,
@ -32,12 +42,17 @@
},
"Deadline": {
"enabled": true,
"DEADLINE_REST_URL": ""
"DEADLINE_REST_URL": "http://localhost:8082"
},
"Muster": {
"enabled": true,
"enabled": false,
"MUSTER_REST_URL": "",
"templates_mapping": {}
"templates_mapping": {
"arnold": 46,
"redshift": 55,
"renderman": 29,
"vray": 37
}
},
"Logging": {
"enabled": true
@ -54,4 +69,4 @@
"Idle Manager": {
"enabled": true
}
}
}