Stop setting redis_enabled in secrets

This commit is contained in:
Ryan Ahearn
2023-05-08 15:27:55 -04:00
parent 8f76a9bb17
commit a3ce5e547e
7 changed files with 5 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ applications:
NR_APP_ID: ((nr_app_id))
NR_BROWSER_KEY: ((NR_BROWSER_KEY))
REDIS_ENABLED: ((REDIS_ENABLED))
REDIS_ENABLED: ((redis_enabled))
ADMIN_BASE_URL: https://((public_admin_route))
API_HOST_NAME: https://notify-api-((env)).apps.internal:61443