diff --git a/src/backend/scripts/cli/constants.py b/src/backend/scripts/cli/constants.py index 0e6ba414e8..e9c196e03d 100644 --- a/src/backend/scripts/cli/constants.py +++ b/src/backend/scripts/cli/constants.py @@ -73,7 +73,8 @@ class Tool(StrEnum): }, } - +# Perhaps there is a better way to do this by using the Settings +# class from the backend? ENV_YAML_CONFIG_MAPPING = { "USE_COMMUNITY_FEATURES": { "type": "config",