Skip to content

Commit

Permalink
changing URL used in emails back to .pub address (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat-Alo authored Aug 29, 2023
1 parent eee2a54 commit b08c59c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cfn/configs/klaxon-scheduled-task/dev/us-east-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ context:
APP_HOST: klaxon-dev.news-engineering.aws.wapo.pub.
RACK_ENV: production
RAILS_ENV: production
HOST_URL: "sandbox.washpost.arcpublishing.com"
HOST_URL: "klaxon-dev.news-engineering.aws.wapo.pub"
SECRET_KEY_BASE: "{{resolve:secretsmanager:/klaxon/prod/secret-key:SecretString:secret_key_base}}"
KLAXON_COMPILE_ASSETS: false
SMTP_PROVIDER: SES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ context:
APP_HOST: klaxon-prod.news-engineering.aws.wapo.pub.
RACK_ENV: production
RAILS_ENV: production
HOST_URL: "washpost.arcpublishing.com"
HOST_URL: "klaxon-prod.news-engineering.aws.wapo.pub"
SECRET_KEY_BASE: "{{resolve:secretsmanager:/klaxon/prod/secret-key:SecretString:secret_key_base}}"
KLAXON_COMPILE_ASSETS: false
SMTP_PROVIDER: SES
Expand Down
2 changes: 1 addition & 1 deletion cfn/configs/klaxon/dev/us-east-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ context:
APP_HOST: klaxon-dev.news-engineering.aws.wapo.pub.
RACK_ENV: production
RAILS_ENV: production
HOST_URL: "sandbox.washpost.arcpublishing.com"
HOST_URL: "klaxon-dev.news-engineering.aws.wapo.pub"
SECRET_KEY_BASE: "{{resolve:secretsmanager:/klaxon/prod/secret-key:SecretString:secret_key_base}}"
KLAXON_COMPILE_ASSETS: false
SMTP_PROVIDER: SES
Expand Down
2 changes: 1 addition & 1 deletion cfn/configs/klaxon/prod/us-east-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ context:
APP_HOST: klaxon-prod.news-engineering.aws.wapo.pub.
RACK_ENV: production
RAILS_ENV: production
HOST_URL: "washpost.arcpublishing.com"
HOST_URL: "klaxon-prod.news-engineering.aws.wapo.pub"
SECRET_KEY_BASE: "{{resolve:secretsmanager:/klaxon/prod/secret-key:SecretString:secret_key_base}}"
KLAXON_COMPILE_ASSETS: false
SMTP_PROVIDER: SES
Expand Down

0 comments on commit b08c59c

Please sign in to comment.