@itentialopensource/adapter-generic 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/TAB2.md +5 -1
  2. package/package.json +1 -1
package/TAB2.md CHANGED
@@ -92,7 +92,7 @@ you can leave all of the other properties in the authentication section, they wi
92
92
 
93
93
  ### Sample Properties
94
94
 
95
- Sample Properties can be used to help you configure the adapter in the Itential Automation Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
95
+ Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
96
96
 
97
97
  ```json
98
98
  "properties": {
@@ -189,18 +189,22 @@ Sample Properties can be used to help you configure the adapter in the Itential
189
189
  "enabled": false,
190
190
  "accept_invalid_cert": false,
191
191
  "ca_file": "",
192
+ "ca_file_content": "",
192
193
  "key_file": "",
193
194
  "cert_file": "",
194
195
  "secure_protocol": "",
195
196
  "ciphers": ""
196
197
  },
197
198
  "mongo": {
199
+ "url": "",
198
200
  "host": "",
199
201
  "port": 0,
200
202
  "database": "",
203
+ "dbAuth": false,
201
204
  "username": "",
202
205
  "password": "",
203
206
  "replSet": "",
207
+ "addSrv": false,
204
208
  "db_ssl": {
205
209
  "enabled": false,
206
210
  "accept_invalid_cert": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-generic",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "This adapter integrates with any rest based system.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",