Skip to content

Commit

Permalink
Add redis prod cluster (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Mar 1, 2023
1 parent 0c71787 commit 7ec888b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion infrastructure/aws/production/ecs-task-definition-sse.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
}
],
"essential": true,
"environment": [],
"environment": [
{
"name": "REDIS_HOST",
"value": "redis-cache.c4q8sw.0001.euw2.cache.amazonaws.com:6379"
}
],
"secrets": [
{
"name": "SSE_AUTHENTICATION_TOKEN",
Expand Down

0 comments on commit 7ec888b

Please sign in to comment.