changed guidanced to best practices

This commit is contained in:
Beverly Nguyen
2024-10-24 17:03:45 -07:00
parent 4b85ae6493
commit 2bbc58c8af
9 changed files with 19 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ class Config(object):
"tts-benefits-studio@gsa.gov",
],
}
FEATURE_GUIDANCE_ENABLED = getenv("FEATURE_GUIDANCE_ENABLED", "false")
FEATURE_BEST_PRACTICES_ENABLED = getenv("FEATURE_BEST_PRACTICES_ENABLED", "false")
def _s3_credentials_from_env(bucket_prefix):