Skip to content

Commit

Permalink
Merge pull request #6 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 379d23f + 72743ee commit 3a4d69d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ module.exports = {
key: '',
passphrase: '',
ca: '',
proxy: '',
rejectUnauthorized: true
proxy: ""
},
logging: {
level: 'info' //trace, debug, info, warn, error, fatal
Expand Down
3 changes: 1 addition & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"logging": {
"level": "info"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shodan-internetdb",
"version": "3.0.1",
"version": "3.0.2",
"main": "./integration.js",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 3a4d69d

Please sign in to comment.