mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
meilisearch single setting and default search mode
This commit is contained in:
@@ -439,13 +439,16 @@ return array (
|
||||
'not_seed_box_max_speed' => 10240,
|
||||
'max_uploaded_duration' => 0,
|
||||
],
|
||||
'meilisearch' => [
|
||||
'enabled' => 'no',
|
||||
'search_description' => 'no',
|
||||
'default_search_mode' => \App\Models\SearchBox::SEARCH_MODE_EXACT,
|
||||
],
|
||||
'system' => [
|
||||
'change_username_min_interval_in_days' => '365',
|
||||
'change_username_card_allow_characters_outside_the_alphabets' => 'no',
|
||||
'maximum_number_of_medals_can_be_worn' => 3,
|
||||
'cookie_valid_days' => 365,
|
||||
'maximum_upload_speed' => 8000,
|
||||
'meilisearch_enabled' => 'no',
|
||||
'meilisearch_search_description' => 'no',
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user