We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9926110 commit e5ce959Copy full SHA for e5ce959
src/main/resources/application.yml
@@ -229,8 +229,8 @@ app:
229
delayTime: ${DELETE_DELAY_TIME:1000}
230
sampling: ${SAMPLING_HASH_SEED:15121984}
231
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}
+ resource-group: ${DATA_FACTORY_RESOURCE_GROUP:}
+ factory-name: ${DATA_FACTORY_NAME:}
234
pipeline-name: ${DATA_FACTORY_PIPELINE_NAME:idpay_transaction_report}
235
max-retries: ${DATA_FACTORY_RUN_PIPELINE_MAX_RETRIES:3}
236
tenant-id: ${DATA_FACTORY_TENANT_ID:}
0 commit comments