This commit is contained in:
Damien Ostler 2024-10-01 23:03:59 -04:00
commit 14665faa47

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
}, },
... ...
@ -143,4 +144,4 @@ For any issues or questions, please open an issue on GitHub or contact us via [y
Feel free to customize this README as necessary for your package, especially regarding the project name and license details! Feel free to customize this README as necessary for your package, especially regarding the project name and license details!
``` ```
This revision includes details about the API key regeneration and how to specify a fixed API key if desired. This revision includes details about the API key regeneration and how to specify a fixed API key if desired.