Skip to content

Commit

Permalink
Arrumando env var SSL payment service task
Browse files Browse the repository at this point in the history
  • Loading branch information
jonilsonds9 committed Jan 29, 2024
1 parent 74d38d7 commit d54c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ecs_payment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_ecs_task_definition" "payment" {
{ "name": "DB_PASSWORD", "value": "${var.docdb_password}" },
{ "name": "DB_NAME", "value": "payments" },
{ "name": "DB_SYNCHRONIZE", "value": "true" },
{ "name": "DB_SSL", "value": "true" },
{ "name": "DB_SSL", "value": "false" },
{ "name": "NO_COLOR", "value": "true" },
{ "name": "PAYMENT_URL", "value": "http://mock_payment:3030/pagamento/qrcode" },
{ "name": "PRODUCTION_SERVICE_URL", "value": "http://production_service:3004" },
Expand Down

0 comments on commit d54c1cc

Please sign in to comment.