Add fulltext search frontend part to ocis_wopi

This commit is contained in:
Christian Scherm
2023-08-15 16:10:44 +02:00
parent f9b69afa9e
commit 0ddbb95300

View File

@@ -76,6 +76,7 @@ services:
# fulltext search
SEARCH_EXTRACTOR_TYPE: tika
SEARCH_EXTRACTOR_TIKA_TIKA_URL: http://tika:9998
FRONTEND_FULL_TEXT_SEARCH_ENABLED: "true"
# email server (in this case inbucket acts as mail catcher)
NOTIFICATIONS_SMTP_HOST: inbucket
NOTIFICATIONS_SMTP_PORT: 2500