mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20:25:52 +00:00
Merge ae03f78da0
into 9dd76a786e
This commit is contained in:
commit
13a0a50014
2 changed files with 1 additions and 9 deletions
|
@ -30,12 +30,6 @@ public class MessageQueueConfiguration {
|
|||
@NotBlank
|
||||
private final String region;
|
||||
|
||||
@NotBlank
|
||||
private final String accessKey;
|
||||
|
||||
@NotBlank
|
||||
private final String secretKey;
|
||||
|
||||
private final boolean sqsMessageHandlingEnabled;
|
||||
|
||||
private final boolean statusChangePublishEnabled;
|
||||
|
|
|
@ -53,8 +53,6 @@ status:
|
|||
pending-submission-queue: pending-submission-queue
|
||||
dlq-pending-submission-queue: dlq-pending-submission-queue
|
||||
region: us-west-2
|
||||
accessKey: accessKey
|
||||
secretKey: secretKey
|
||||
sqs-message-handling-enabled: false
|
||||
status-change-publish-enabled: false
|
||||
sns:
|
||||
|
@ -77,7 +75,7 @@ status:
|
|||
|
||||
aws:
|
||||
enabled: false
|
||||
default-credentials-provider-chain-enabled: false
|
||||
default-credentials-provider-chain-enabled: true
|
||||
access-key: accessKey
|
||||
secret-key: secretKey
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue