diff --git a/DBExtractor/DBExtractor.config.json b/DBExtractor/DBExtractor.config.json deleted file mode 100644 index b38d274..0000000 --- a/DBExtractor/DBExtractor.config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 - } -} \ No newline at end of file