Skip to content

Commit

Permalink
Remove Redis password from ecs deployment task
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Sep 20, 2024
1 parent 99fcfee commit 9d56733
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ecs/deployment-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"name": "REDIS_HOST",
"valueFrom": "<SSM_NAMESPACE>/REDIS_HOST"
},
{
"name": "REDIS_PASSWORD",
"valueFrom": "<SSM_NAMESPACE>/REDIS_PASSWORD"
},
{
"name": "RAWG_API_KEY",
"valueFrom": "<SSM_NAMESPACE>/RAWG_API_KEY"
Expand Down

0 comments on commit 9d56733

Please sign in to comment.