diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index 87ad0ff96..2e061c1a9 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -72,6 +72,8 @@ secret_registry_hostname = secret("REGISTRY_HOSTNAME") BASE_DIR = path.resolve().parent.parent.parent # SECURITY WARNING: don't run with debug turned on in production! +# TODO - Investigate the behaviour of this flag. Does not appear +# to function for the IS_PRODUCTION flag. DEBUG = env_debug # Controls production specific feature toggles