Move configuration to standard location (config next to web)
This commit is contained in:
parent
c3696b4b96
commit
8fdc0426d5
472 changed files with 1 additions and 1 deletions
21
config/sync/search_api.server.database.yml
Normal file
21
config/sync/search_api.server.database.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: d908cd52-e538-40ca-85d5-aa5f575aefb1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_db
|
||||
_core:
|
||||
default_config_hash: Mpbiccb26BfqxqdE7n8wu_l8L__Hj_Q5vp4corfOhrI
|
||||
id: database
|
||||
name: 'Database Server'
|
||||
description: 'Drutopia database server.'
|
||||
backend: search_api_db
|
||||
backend_config:
|
||||
database: 'default:default'
|
||||
database_text: ''
|
||||
min_chars: 3
|
||||
partial_matches: false
|
||||
autocomplete:
|
||||
suggest_suffix: true
|
||||
suggest_words: true
|
||||
matching: words
|
Loading…
Add table
Add a link
Reference in a new issue