Skip to content

Commit

Permalink
[patch] Removed some values in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivaibm committed Sep 14, 2023
1 parent b867eaa commit 6ffc5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/connection.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"historian": {
"type": "ignition",
"dbType": "pisql",
"jdbcUrl": "jdbc:pisql://10.208.72.125/Data Source=pidemo; Integrated Security=SSPI;",
"jdbcUrl": "jdbc:pisql://xxxxxx/Data Source=pidemo; Integrated Security=SSPI;",
"schema": "piarchive",
"database": "picomp2",
"user": "Administrator",
Expand All @@ -26,11 +26,11 @@
},
"jdbc": {
"dbType": "db2",
"jdbcUrl": "jdbc:db2://db2w-bklaiok.us-south.db2w.cloud.ibm.com:50001/BLUDB:sslConnection=true;",
"jdbcUrl": "jdbc:db2://xxxxx.com:50001/BLUDB:sslConnection=true;",
"schema": "BLUADMIN",
"database": "BLUDB",
"user": "bluadmin",
"password": "g2XowurIc27fH43cG5Qi_BNabVf3@"
"password": "xxxxxx"
}
}

0 comments on commit 6ffc5a0

Please sign in to comment.