diff --git a/ansible/roles/podman/templates/fulfillr/production.json.j2 b/ansible/roles/podman/templates/fulfillr/production.json.j2 index 5a97533..445b121 100644 --- a/ansible/roles/podman/templates/fulfillr/production.json.j2 +++ b/ansible/roles/podman/templates/fulfillr/production.json.j2 @@ -20,7 +20,18 @@ "phone": "6034160859", "state": "NH", "street1": "976 Route 103", - "street2": "Unit 509", + "street2": "Unit 95", "zip": "03255" - } + }, + "outreach": { + "outreach_table": "debyltech-outreach-prod", + "unsubscribe_table": "debyltech-unsubscribe-prod", + "email_log_table": "debyltech-email-log-prod", + "reviews_table": "debyltech-reviews-prod", + "hmac_secret_arn": "{{ fulfillr_hmac_arn }}", + "ses_from_email": "noreply@debyltech.com", + "ses_reply_to": "support@debyltech.com", + "ses_region": "us-east-1", + "base_url": "https://debyltech.com" + } } \ No newline at end of file diff --git a/ansible/vars/vault.yml b/ansible/vars/vault.yml index c6c1d59..249adeb 100644 Binary files a/ansible/vars/vault.yml and b/ansible/vars/vault.yml differ