Skip to content

Commit

Permalink
chore: add MEILISEARCH_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 20, 2023
1 parent d82b50f commit 97398b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default defineNuxtConfig({
},
css: ["~/assets/vdoing/styles/index.styl"],
meilisearch: {
hostUrl: "http://localhost:3000/api/endpoint/meilisearch",
hostUrl: process.env.MEILISEARCH_ENDPOINT ?? "http://localhost:3000/api/endpoint/meilisearch",
// hostUrl: "http://localhost:7700",
searchApiKey: "<your_search_key>",
adminApiKey: "<your_admin_key>",
Expand Down

0 comments on commit 97398b5

Please sign in to comment.