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.

51 lines
1.4 KiB

{
"description": "워크스테이션에서 실행함. bd-test-oracle 와 연결. 메시지 수신 후 cubrid 저장",
"myHostId": "bd-test-cubrid",
"myListenPort": 17801,
"knownAgentList": [
],
"statusChecker": {
"cron": "0 0/10 * * * *"
},
"dataSourceConfig": [
{
"dataSourceId": "cubrid",
"driverClassName": "cubrid.jdbc.driver.CUBRIDDriver",
"url": "jdbc:cubrid:14.63.185.105:33000:amif:ami::",
"username": "ami",
"password": "fox12#$%"
}
],
"sqlMapperLocations": [
"/home/dfxagent/agent/conf/mappers/**/*.xml"
],
"logging": {
"logDirectory": "/home/dfxagent/agent/logs",
"logFileName": "dfxagent.log",
"logName": "DFX_LOG",
"maxHistory": 30,
"logPattern": "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n",
"rootLogLevel": "DEBUG",
"packages": [
{
"com.bsmlab.dfx.agent": "DEBUG",
"jdbc.sqlonly": "DEBUG"
}
]
},
"dropBox": {
"receivedMessageStorageRoot": "/home/dfxagent/agent/messages/received",
"processedMessageStorageRoot": "/home/dfxagent/agent/messages/processed",
"failureMessageStorageRoot": "/home/dfxagent/agent/messages/failure",
"dropBoxList": [
{
"dropBoxId": "db-bd-cubrid-save",
"taskType": "RECEIVE_DB_TO_DB_SAVE",
"dataSourceId": "cubrid",
"sqlId": "address.dropbox.cubrid.ttoBd.insertTtoBd"
}
]
},
"postman": [
]
}