Skip to content

Commit

Permalink
Merge pull request #5 from polarityio/develop
Browse files Browse the repository at this point in the history
Removing rejectUnauthorized from config files
  • Loading branch information
penwoodjon authored Jun 28, 2023
2 parents 950ab8a + b1989e0 commit dc014d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"options": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Redis",
"version": "3.0.6",
"version": "3.0.7",
"main": "./integration.js",
"description": "Query Redis keys",
"private": true,
Expand All @@ -9,4 +9,4 @@
"lodash": "^4.17.21",
"redis": "4.0.6"
}
}
}

0 comments on commit dc014d6

Please sign in to comment.