move admin password and add disclaimer

This commit is contained in:
Milan Kolar 2021-05-03 18:27:57 +02:00
parent 7c47fec2d7
commit 223fe06a78
3 changed files with 23 additions and 16 deletions

View file

@ -210,11 +210,11 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-0": "13.0 (Testing only)",
"12-2": "12.2",
"12-0": "12.0",
"11-3": "11.3",
"11-2": "11.2",
"13-0": "13.0 (Testing only)"
"11-2": "11.2"
}
}
},
@ -354,11 +354,11 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-0": "13.0 (Testing only)",
"12-2": "12.2",
"12-0": "12.0",
"11-3": "11.3",
"11-2": "11.2",
"13-0": "13.0 (Testing only)"
"11-2": "11.2"
}
}
},
@ -496,11 +496,11 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-0": "13.0 (Testing only)",
"12-2": "12.2",
"12-0": "12.0",
"11-3": "11.3",
"11-2": "11.2",
"13-0": "13.0 (Testing only)"
"11-2": "11.2"
}
}
},
@ -640,11 +640,11 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-0": "13.0 (Testing only)",
"12-2": "12.2",
"12-0": "12.0",
"11-3": "11.3",
"11-2": "11.2",
"13-0": "13.0 (Testing only)"
"11-2": "11.2"
}
}
},

View file

@ -1,6 +1,7 @@
{
"studio_name": "Studio name",
"studio_code": "stu",
"admin_password": "",
"environment": {
"OPENPYPE_OCIO_CONFIG": "{STUDIO_SOFT}/OpenColorIO-Configs",
"__environment_keys__": {
@ -13,6 +14,5 @@
"windows": [],
"darwin": [],
"linux": []
},
"admin_password": ""
}
}
}