Lots of re-structuring and handling of different data types

This commit is contained in:
Joe
2019-01-18 15:29:21 -06:00
parent e1007f8ed9
commit b0d5fca2a4
8 changed files with 51 additions and 27 deletions

View 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
}
}
}