mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 09:30:39 +00:00
dendrite: update config
This commit is contained in:
parent
9e0bfcc05e
commit
af910db583
|
@ -349,10 +349,16 @@ sync_api:
|
||||||
# a reverse proxy server.
|
# a reverse proxy server.
|
||||||
# real_ip_header: X-Real-IP
|
# real_ip_header: X-Real-IP
|
||||||
real_ip_header: {{ matrix_dendrite_sync_api_real_ip_header|to_json }}
|
real_ip_header: {{ matrix_dendrite_sync_api_real_ip_header|to_json }}
|
||||||
fulltext:
|
# Configuration for the full-text search engine.
|
||||||
|
search:
|
||||||
|
# Whether or not search is enabled.
|
||||||
enabled: false
|
enabled: false
|
||||||
index_path: "./fulltextindex"
|
# The path where the search index will be created in.
|
||||||
language: "en" # more possible languages can be found at https://github.com/blevesearch/bleve/tree/master/analysis/lang
|
index_path: "/matrix-media-store-parent/searchindex"
|
||||||
|
# The language most likely to be used on the server - used when indexing, to
|
||||||
|
# ensure the returned results match expectations. A full list of possible languages
|
||||||
|
# can be found at https://github.com/blevesearch/bleve/tree/master/analysis/lang
|
||||||
|
language: "en"
|
||||||
|
|
||||||
# Configuration for the User API.
|
# Configuration for the User API.
|
||||||
user_api:
|
user_api:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user