more flexibility for queries (strore in config file)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user