Update README.md

This commit is contained in:
Damien Ostler 2024-10-01 23:00:13 -04:00 committed by GitHub
parent 4101b1bb93
commit 1ec4bcb47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ To configure the MeiliSearch service, add the following section to your `appsett
"Meili": { "Meili": {
"Port": 7700, "Port": 7700,
"UiEnabled": true, "UiEnabled": true,
"CustomApiKey": false,
"ApiKey": "YourOptionalApiKey" // Specify this if you want a fixed API key "ApiKey": "YourOptionalApiKey" // Specify this if you want a fixed API key
}, },
... ...