You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
{
|
|
"datasource": [
|
|
{
|
|
"dataSourceId": "dfcms",
|
|
"driverClassName": "org.postgresql.Driver",
|
|
"url": "jdbc:postgresql://bsm-lab.com:5432/defree?currentSchema=DFCMS",
|
|
"username": "defreeadmin",
|
|
"password": "qortpals1!"
|
|
},
|
|
{
|
|
"dataSourceId": "mochastory",
|
|
"driverClassName": "com.mysql.jdbc.Driver",
|
|
"url": "jdbc:mysql://bsm-lab.com:3306/MOCHASTORY?allowPublicKeyRetrieval=true",
|
|
"username": "MOCHASTORY",
|
|
"password": "MOCHASTORY"
|
|
}
|
|
],
|
|
"sqlMapperLocations": ["D:/projects/bsm-lab/dfx/dfxagent/src/docs/mapper-examples/**/*.xml"],
|
|
"drop-box": {
|
|
"message-storage-root": "D:/projects/bsm-lab/dfx/dfxagent/src/docs/messages",
|
|
"drop-box-list": [
|
|
{
|
|
"drop-box-id": "save-violation-history",
|
|
"task-type": "SAVE_DATA_TABLE",
|
|
"dataSourceId": "dfcms",
|
|
"sql-id": "dfcms.violation.insertViolationHistory"
|
|
},
|
|
{
|
|
"drop-box-id": "receive-work-image-file",
|
|
"task-type": "RECEIVE_FILE",
|
|
"save-directory-root": "D:\\projects\\bsm-lab\\dfx\\run\\receive_file"
|
|
}
|
|
]
|
|
}
|
|
}
|