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