mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
refactor: ♻️ Replace Meilisearch with Sonic
This commit is contained in:
parent
2cf1537a7e
commit
19c15f7e96
15 changed files with 338 additions and 211 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue