Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed May 23, 2022
1 parent 2ea3183 commit dde81ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
*/
'gofound' => [
'server' => env('WIZARD_GOFOUND_SERVER', 'http://localhost:5678'),
'database' => env('WIZARD_GOFOUND_DATABASE', 'default'),
'database' => env('WIZARD_GOFOUND_DATABASE', 'wizard'),
'username' => env('WIZARD_GOFOUND_USERNAME', ''),
'password' => env('WIZARD_GOFOUND_PASSWORD', ''),
],
Expand All @@ -198,7 +198,7 @@
* https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
*/
'elasticsearch' => [
'server' => env('WIZARD_ES_SERVER', 'http://localhost:4080'),
'server' => env('WIZARD_ES_SERVER', 'http://localhost:9200'),
'index' => env('WIZARD_ES_INDEX', 'wizard'),
'username' => env('WIZARD_ES_USERNAME', ''),
'password' => env('WIZARD_ES_PASSWORD', ''),
Expand Down

0 comments on commit dde81ca

Please sign in to comment.