28 lines
528 B
Plaintext
28 lines
528 B
Plaintext
plugin.tx_meilisearch {
|
|
# cat=meilisearch: basic/10/enable; type=boolean; label=Enable/disable Meilisearch extension: EXT:meilisearch should only be enabled for relevant sys_languages, to avoid unnecessary connections and overwritten contents.
|
|
enabled = 1
|
|
|
|
view {
|
|
templateRootPath =
|
|
partialRootPath =
|
|
layoutRootPath =
|
|
}
|
|
|
|
meilisearch {
|
|
scheme = http
|
|
host = localhost
|
|
port = 7700
|
|
path = /meilisearch/core_en/
|
|
username =
|
|
password =
|
|
}
|
|
|
|
search {
|
|
targetPage = 0
|
|
|
|
results {
|
|
resultsPerPage = 10
|
|
}
|
|
}
|
|
}
|