Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bytexr committed Mar 30, 2023
2 parents 5d4a253 + 359e1fb commit c972c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return [
...

'opensearch' => [
'host' => env('OPENSEARCH_HOST', 'http://localhost:9200'),
'host' => env('OPENSEARCH_HOST', 'https://localhost:9200'),
'access_key' => env('OPENSEARCH_ACCESS_KEY', 'admin'),
'secret_key' => env('OPENSEARCH_SECRET_KEY', 'admin'),
'options' => [
Expand All @@ -42,4 +42,4 @@ Finally, ensure that all required environment variables are set in your `.env` f

## License

Laravel Scout OpenSearch is open-sourced software licensed under the [MIT license](LICENSE).
Laravel Scout OpenSearch is open-sourced software licensed under the [MIT license](LICENSE).

0 comments on commit c972c8f

Please sign in to comment.