Skip to content

Commit

Permalink
r0b08x [chore] 3/29/2024, 4:56:18 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 29, 2024
1 parent fdc750b commit f6c270f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .p3xrs-conns.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"password": "private",
"askAuth": false,
"id": "P3Xid-starts-with-and-indexing-unique-identifier",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"cluster": false,
"sentinel": false,
"sentinelName": "",
Expand All @@ -20,6 +18,9 @@
"sshPort": 22,
"sshUsername": "private",
"sshPrivateKey": "private",
"sshPassword": "",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"tlsCrt": "",
"tlsKey": "",
"tlsCa": ""
Expand All @@ -31,8 +32,6 @@
"password": "private",
"askAuth": false,
"id": "P3Xid-starts-with-and-indexing-unique-identifier",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"cluster": false,
"sentinel": false,
"sentinelName": "",
Expand All @@ -42,6 +41,9 @@
"sshPort": 22,
"sshUsername": "",
"sshPrivateKey": "",
"sshPassword": "",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"tlsCrt": "private",
"tlsKey": "private",
"tlsCa": "private"
Expand All @@ -53,8 +55,6 @@
"password": "",
"askAuth": false,
"id": "P3Xid-starts-with-and-indexing-unique-identifier",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"cluster": true,
"sentinel": false,
"sentinelName": "",
Expand All @@ -75,6 +75,9 @@
"sshPort": 22,
"sshUsername": "",
"sshPrivateKey": "",
"sshPassword": "",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"tlsCrt": "",
"tlsKey": "",
"tlsCa": ""
Expand All @@ -86,8 +89,6 @@
"password": "",
"askAuth": false,
"id": "P3Xid-starts-with-and-indexing-unique-identifier",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"cluster": false,
"sentinel": true,
"sentinelName": "sentinel",
Expand All @@ -108,6 +109,8 @@
"sshPort": 22,
"sshUsername": "",
"sshPrivateKey": "",
"tlsWithoutCert": false,
"tlsRejectUnauthorized": false,
"tlsCrt": "",
"tlsKey": "",
"tlsCa": ""
Expand Down

0 comments on commit f6c270f

Please sign in to comment.