refactor: ♻️ Replace Meilisearch with Sonic

This commit is contained in:
Jesse Wierzbinski 2024-06-28 23:40:44 -10:00
parent 2cf1537a7e
commit 19c15f7e96
No known key found for this signature in database
15 changed files with 338 additions and 211 deletions

View file

@ -24,11 +24,11 @@ password = ""
database = 1
enabled = false
[meilisearch]
# If Meilisearch is not configured, search will not be enabled
[sonic]
# If Sonic is not configured, search will not be enabled
host = "localhost"
port = 40007
api_key = ""
password = ""
enabled = true
[signups]