Fix meilisearch config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-01-28 19:10:31 +01:00
parent 3e6b81aab0
commit f5d1313858
3 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,10 @@ bootstrap/cache/services.php
bootstrap/cache/packages.php bootstrap/cache/packages.php
bootstrap/cache/routes.php bootstrap/cache/routes.php
packages/laravel-nami/.cookies packages/laravel-nami/.cookies
storage storage/logs/**
storage/temp/**
storage/debugbar/**
storage/app/tmp/**
cookies cookies
storage/logs/laravel.log storage/logs/laravel.log
.git .git

View File

@ -58,7 +58,6 @@ steps:
PDFLATEX_BIN: /usr/bin/pdflatex PDFLATEX_BIN: /usr/bin/pdflatex
XELATEX_BIN: /usr/bin/xelatex XELATEX_BIN: /usr/bin/xelatex
SCOUT_DRIVER: database SCOUT_DRIVER: database
MEILISEARCH_HOST: http://meilisearch:7700
MEILI_MASTER_KEY: abc MEILI_MASTER_KEY: abc
- name: docker_app_push - name: docker_app_push

View File

@ -132,7 +132,7 @@ return [
*/ */
'meilisearch' => [ 'meilisearch' => [
'host' => env('MEILISEARCH_HOST', 'http://localhost:7700'), 'host' => env('MEILISEARCH_HOST', 'http://meilisearch:7700'),
'key' => env('MEILI_MASTER_KEY', null), 'key' => env('MEILI_MASTER_KEY', null),
'index-settings' => [ 'index-settings' => [
Member::class => [ Member::class => [