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": {
"Port": 7700,
"UiEnabled": true,
"CustomApiKey": false,
"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!
```
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.