Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating meilisearch api key #60

Merged
merged 1 commit into from
Feb 24, 2025
Merged

chore: updating meilisearch api key #60

merged 1 commit into from
Feb 24, 2025

Conversation

sw360cab
Copy link
Contributor

Just updating API key to reflect new host machine.

@sw360cab sw360cab requested a review from a team as a code owner February 24, 2025 13:37
@sw360cab sw360cab self-assigned this Feb 24, 2025
Copy link

netlify bot commented Feb 24, 2025

Deploy Preview for gno-docs ready!

Name Link
🔨 Latest commit b2f6f59
🔍 Latest deploy log https://app.netlify.com/sites/gno-docs/deploys/67bc760b632dd70008b80204
😎 Deploy Preview https://deploy-preview-60--gno-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 91
Accessibility: 95
Best Practices: 100
SEO: 97
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@leohhhn leohhhn self-requested a review February 24, 2025 13:38
@sw360cab
Copy link
Contributor Author

Fixes gnolang/gno#3721

@zivkovicmilos
Copy link
Member

Is it okay to be public?

@sw360cab
Copy link
Contributor Author

Is it okay to be public?

Absolutely...
Meilisearch provides 2 key

[
   {
      "name":"Default Search API Key",
      "description":"Use it to search from the frontend",
      "key":"****",
      "actions":[
         "search"
      ],
      "indexes":[
         "*"
      ]
   },
   {
      "name":"Default Admin API Key",
      "description":"Use it for anything that is not a search operation. Caution! Do not expose it on a public frontend",
      "key":"***"
   }
]

@sw360cab sw360cab merged commit c115fb9 into main Feb 24, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants