Skip to content

Commit e5ce959

Browse files
[UPBE-600] added data factory integration into generate report api
1 parent 9926110 commit e5ce959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ app:
229229
delayTime: ${DELETE_DELAY_TIME:1000}
230230
sampling: ${SAMPLING_HASH_SEED:15121984}
231231
data-factory:
232-
resource-group: ${DATA_FACTORY_RESOURCE_GROUP:cstar-d-itn-platform-data-rg}
233-
factory-name: ${DATA_FACTORY_NAME:cstar-d-itn-platform-adf}
232+
resource-group: ${DATA_FACTORY_RESOURCE_GROUP:}
233+
factory-name: ${DATA_FACTORY_NAME:}
234234
pipeline-name: ${DATA_FACTORY_PIPELINE_NAME:idpay_transaction_report}
235235
max-retries: ${DATA_FACTORY_RUN_PIPELINE_MAX_RETRIES:3}
236236
tenant-id: ${DATA_FACTORY_TENANT_ID:}

0 commit comments

Comments
 (0)