diff --git a/config/config.js b/config/config.js index ea9ea0f..7f626a7 100644 --- a/config/config.js +++ b/config/config.js @@ -56,8 +56,7 @@ module.exports = { key: '', passphrase: '', ca: '', - proxy: '', - rejectUnauthorized: true + proxy: "" }, /** * Options that are displayed to the user/admin in the Polarity integration user-interface. Should be structured diff --git a/config/config.json b/config/config.json index 29afc35..291d9f9 100644 --- a/config/config.json +++ b/config/config.json @@ -22,8 +22,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "options": [ { diff --git a/package-lock.json b/package-lock.json index 19b2f1d..2f5397c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Redis", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -92,4 +92,4 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3fd556d..7bfcfdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Redis", - "version": "3.0.6", + "version": "3.0.7", "main": "./integration.js", "description": "Query Redis keys", "private": true, @@ -9,4 +9,4 @@ "lodash": "^4.17.21", "redis": "4.0.6" } -} +} \ No newline at end of file