18 lines
638 B
JSON
18 lines
638 B
JSON
{
|
|
"dbDriver":"mssql", "dbDriverComment":"either mssql (user/password) or mssql/msnodesqlv8 (trustedConnection)",
|
|
"processingType": "casrpslog",
|
|
"sourceTag": "CCERpsLog",
|
|
"maxResultsPerMessage":100,
|
|
"statements":{
|
|
"poller":"'select top ' + config.maxResultsPerMessage + ' * from rpslog where pkey > \\'' + maxPKey + '\\' order by pkey'"
|
|
},
|
|
"serverURI": "http://localhost:2222",
|
|
"pollIntervalIdle": 10000,
|
|
"sqlConfig": {
|
|
"user": "casdbuser",
|
|
"password": "4KcLao2016!",
|
|
"server": "ustww2063\\CCE",
|
|
"database": "CAS110",
|
|
"port": 1433
|
|
}
|
|
} |