mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
build(scripts): use correct env vars
This commit is contained in:
@@ -23,7 +23,7 @@ const sql = connect({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const client = new MeiliSearch({
|
const client = new MeiliSearch({
|
||||||
host: process.env.SEARCH_API!,
|
host: process.env.SEARCH_API_URL!,
|
||||||
apiKey: process.env.SEARCH_API_KEY!,
|
apiKey: process.env.SEARCH_API_KEY!,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user