Skip to content

Commit 16fb5cc

Browse files
committed
url
1 parent 3bfa2c7 commit 16fb5cc

File tree

1 file changed

+4
-0
lines changed
  • infrastructure/applications/pycon_frontend

1 file changed

+4
-0
lines changed

infrastructure/applications/pycon_frontend/task.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ resource "aws_ecs_task_definition" "pycon_frontend" {
3939
{
4040
name = "API_URL_SERVER",
4141
value = "http://${var.server_ip}"
42+
},
43+
{
44+
name = "REDIS_URL",
45+
value = "redis://${var.server_ip}/2"
4246
}
4347
]
4448

0 commit comments

Comments
 (0)