From 2b9659098df6c62e3fad38158c8d8766e5abe358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:02:15 +0200 Subject: [PATCH] Update config.yml --- conf/config.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/conf/config.yml b/conf/config.yml index ae3eb5f..d4a1bea 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -59,9 +59,6 @@ service: # The maximum size clients will be able to request for user avatars. # If clients request a size bigger than this, it will be changed on the fly. maxavatarsize: __MAXAVATARSIZE__ - # If set to true, the frontend will show a big red warning not to use this instance for real data as it will be cleared out. - # You probably don't need to set this value, it was created specifically for usage on [try](https://try.vikunja.io). - demomode: false database: # Database type to use. Supported types are mysql, postgres and sqlite. @@ -94,18 +91,6 @@ database: # Enable SSL/TLS for mysql connections. Options: false, true, skip-verify, preferred tls: false -typesense: - # Whether to enable the Typesense integration. If true, all tasks will be synced to the configured Typesense - # instance and all search and filtering will run through Typesense instead of only through the database. - # Typesense allows fast fulltext search including fuzzy matching support. It may return different results than - # what you'd get with a database-only search. - enabled: false - # The url to the Typesense instance you want to use. Can be hosted locally or in Typesense Cloud as long - # as Vikunja is able to reach it. - url: '' - # The Typesense API key you want to use. - apikey: '' - redis: # Whether to enable redis or not enabled: true