Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev authored Mar 14, 2023
2 parents c93eb1d + c747891 commit bef13fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion roles/custom/matrix-dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ matrix_dendrite_userapi_auto_join_rooms: []
# name, number of active users and some information on your deployment config.
matrix_dendrite_report_stats: false

# dynamically generate thumbnails for media content
# Contorls whether thumbnails for media content are generated dynamically
matrix_dendrite_mediaapi_dynamic_thumbnails: false
matrix_dendrite_mediaapi_max_thumbnail_generators: 10

# Controls whether the full-text search engine is enabled
matrix_dendrite_syncapi_search_enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ sync_api:
# Configuration for the full-text search engine.
search:
# Whether or not search is enabled.
enabled: false
enabled: {{ matrix_dendrite_syncapi_search_enabled|to_json }}
# The path where the search index will be created in.
index_path: "/matrix-media-store-parent/searchindex"
# The language most likely to be used on the server - used when indexing, to
Expand Down

0 comments on commit bef13fe

Please sign in to comment.