Skip to content

Commit

Permalink
Respond to review - use https for example
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Jul 26, 2024
1 parent 15daec5 commit 20ee526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Please note that `url` or `connection` can't be used at the same time.

### Solr

* `url`: the URL used to connect to your Solr instance - must be a string. You can also use `url` to explicitly configure authentication (e.g., `'http://user:[email protected]:8983/'`)
* `url`: the URL used to connect to your Solr instance - must be a string. You can also use `url` to explicitly configure authentication (e.g., `'https://user:[email protected]:8983/'`)

### Adding a Custom Provider

Expand Down

0 comments on commit 20ee526

Please sign in to comment.