Skip to content

Commit 18b466a

Browse files
committed
[PRMP-1627] Enable bulk upload send to review in pre-prod and prod configurations
Signed-off-by: NogaNHS <127490765+NogaNHS@users.noreply.github.com>
1 parent 93e028d commit 18b466a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/app_config/configurations/pre-prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"enabled": "true"
5858
},
5959
"bulkUploadSendToReviewEnabled": {
60-
"enabled": "false"
60+
"enabled": "true"
6161
},
6262
"documentCorrectEnabled": {
6363
"enabled": "false"

infrastructure/modules/app_config/configurations/prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"enabled": "true"
5858
},
5959
"bulkUploadSendToReviewEnabled": {
60-
"enabled": "false"
60+
"enabled": "true"
6161
},
6262
"documentCorrectEnabled": {
6363
"enabled": "false"

0 commit comments

Comments
 (0)