Skip to content

Commit

Permalink
change config/elastic.php
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfaramarzi committed Mar 5, 2022
1 parent 6d12229 commit 20a0812
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/elastic.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php

return [
[
'host' => env('ELASTICSEARCH_HOST' , '127.0.0.1'),
'port' => env('ELASTICSEARCH_PORT' , 9200),
'user' => env('ELASTICSEARCH_USERNAME'),
'pass' => env('ELASTICSEARCH_PASSWORD')
]
'host' => env('ELASTICSEARCH_HOST' , '127.0.0.1'),
'port' => env('ELASTICSEARCH_PORT' , 9200),
'username' => env('ELASTICSEARCH_USERNAME'),
'password' => env('ELASTICSEARCH_PASSWORD')
];

0 comments on commit 20a0812

Please sign in to comment.