settings.json 579 B

1234567891011121314151617
  1. {
  2. "default": {
  3. "DCCSI_GDEBUG": true,
  4. "SPDX-LICENSE-IDENTIFIER": "Apache-2.0 OR MIT",
  5. "COPYWRITE":"Copyright (c) Contributors to the Open 3D Engine Project.",
  6. "COPYWRITE_MSG":"For complete copyright and license terms please see the LICENSE at the root of this distribution."
  7. },
  8. "development": {
  9. "DCCSI_GDEBUG": true,
  10. "TEST_RULE": "/dccsi_with_json",
  11. "MESSAGE": "The O3DE DCCsi manages dynamic configuration and settings with dynaconf",
  12. "DYNACONF_HELP": "https://dynaconf.readthedocs.io/"
  13. },
  14. "production": {
  15. "DCCSI_GDEBUG": false
  16. }
  17. }