feat: Add Meilisearch integration, begin work on search endpoint

This commit is contained in:
Jesse Wierzbinski 2023-12-02 18:11:30 -10:00
parent d9f428eed6
commit aa0813fef8
No known key found for this signature in database
14 changed files with 605 additions and 7 deletions

View file

@ -18,6 +18,12 @@ password = ""
database = 1
enabled = false
[meilisearch]
host = "localhost"
port = 40007
api_key = ""
enabled = true
[http]
base_url = "https://lysand.social"
bind = "http://localhost"