Lots of re-structuring and handling of different data types
This commit is contained in:
14
DBExtractor/DBExtractor.config.json
Normal file
14
DBExtractor/DBExtractor.config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dbDriver":"mssql", "dbDriverComment":"either mssql (user/password) or mssql/msnodesqlv8 (trustedConnection)",
|
||||
"processingType": "casrpslog",
|
||||
"sourceTag": "CCERpsLog",
|
||||
"serverURI": "http://localhost:2222",
|
||||
"pollIntervalIdle": 10000,
|
||||
"sqlConfig": {
|
||||
"user": "casdbuser",
|
||||
"password": "4KcLao2016!",
|
||||
"server": "ustww2063\\CCE",
|
||||
"database": "CAS110",
|
||||
"port": 1433
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user