Skip to content

Commit

Permalink
Update config doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed Jun 27, 2021
1 parent f1ec332 commit 3d9e138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ const schema = {
tls: {
name: 'tls',
url: {
doc: 'The url of the tls-checker microservice.',
doc: 'The url of the tls-scanner microservice.',
format: 'url',
default: 'https://127.0.0.1:1000'
},
active: {
doc: 'Whether or not the tls-checker microservice is active.',
doc: 'Whether or not the tls-scanner microservice is active.',
format: 'Boolean',
default: true
},
Expand Down

0 comments on commit 3d9e138

Please sign in to comment.