You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/Tools/Python/MockTool/settings.json

17 lines
579 B
JSON

{
"default": {
"DCCSI_GDEBUG": true,
"SPDX-LICENSE-IDENTIFIER": "Apache-2.0 OR MIT",
"COPYWRITE":"Copyright (c) Contributors to the Open 3D Engine Project.",
"COPYWRITE_MSG":"For complete copyright and license terms please see the LICENSE at the root of this distribution."
},
"development": {
"DCCSI_GDEBUG": true,
"TEST_RULE": "/dccsi_with_json",
"MESSAGE": "The O3DE DCCsi manages dynamic configuration and settings with dynaconf",
"DYNACONF_HELP": "https://dynaconf.readthedocs.io/"
},
"production": {
"DCCSI_GDEBUG": false
}
}