Skip to content

Commit

Permalink
disable redis TLS until further testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 17, 2024
1 parent 573862e commit 48159c6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tofu/modules/services/backend-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,23 @@ resource "aws_ecs_task_definition" "backend" {
{
"name" : "JWT_EXPIRE_IN_MINS",
"value" : "10000"
},
{
"name": "REDIS_URL",
"value": "" #var.redis_endpoint
},
{
"name": "REDIS_PORT",
"value": "" #"6379"
},
{
"name": "REDIS_DB",
"value": "" #"0"
},
{
"name": "REDIS_USE_SSL",
"value": "" #"True"
}
}#,
#{
# "name": "REDIS_URL",
# "value": "" #var.redis_endpoint
#},
#{
# "name": "REDIS_PORT",
# "value": "" #"6379"
#},
#{
# "name": "REDIS_DB",
# "value": "" #"0"
#},
#{
# "name": "REDIS_USE_SSL",
# "value": "" #"True"
#}
],
secrets = [
{
Expand Down

0 comments on commit 48159c6

Please sign in to comment.