Skip to content

Commit

Permalink
remove ALERTS_EMAIL_ENABLED from idp-pw-api task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 19, 2023
1 parent e5f3ce1 commit c8b46e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ services:
IDP_NAME: development
COMPOSER_ALLOW_SUPERUSER: 1
COMPOSER_CACHE_DIR: /composer
ALERTS_EMAIL_ENABLED: "false"
EMAIL_SERVICE_accessToken: abc123
EMAIL_SERVICE_assertValidIp: "false"
EMAIL_SERVICE_baseUrl: http://email
Expand Down
4 changes: 0 additions & 4 deletions terraform/050-pw-manager/task-definition-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"name": "ALERTS_EMAIL",
"value": "${alerts_email}"
},
{
"name": "ALERTS_EMAIL_ENABLED",
"value": "true"
},
{
"name": "APP_ENV",
"value": "${app_env}"
Expand Down

0 comments on commit c8b46e8

Please sign in to comment.