template/ses-proxy.yml in ses-proxy-0.2.0 vs template/ses-proxy.yml in ses-proxy-0.2.1
- old
+ new
@@ -4,9 +4,16 @@
:account_id: 000000000000
:allowed_topic_arns: ["arn:aws:sns:us-east-1:123456789012:MyTopic"]
:smtp_auth:
:user: smtp_user
:password: smtp_pass
+:http_auth:
+ -
+ :user: http_user_1
+ :password: http_password_1
+ -
+ :user: http_user_2
+ :password: http_password_2
:test:
:from: test@example.com
:to: ["test@example.com"]
:topic_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic"
:subscription_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic:2bcfbf39-05c3-41de-beaa-fcfcc21c8f55"
\ No newline at end of file