build(scripts): use correct env vars

This commit is contained in:
iCrawl 2023-11-07 16:44:08 +01:00
parent 6a6c4bdcae
commit 1eee9dc257
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -23,7 +23,7 @@ const sql = connect({
});
const client = new MeiliSearch({
host: process.env.SEARCH_API!,
host: process.env.SEARCH_API_URL!,
apiKey: process.env.SEARCH_API_KEY!,
});