From 06182f8fd9dd15f799bc863b54f213559582d26d Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 10 Nov 2025 12:26:18 -0500 Subject: [PATCH] Update MEILI_SERVER URL format in manifest.json --- survos/meili-bundle/2.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survos/meili-bundle/2.0/manifest.json b/survos/meili-bundle/2.0/manifest.json index 29144850..932dedcc 100644 --- a/survos/meili-bundle/2.0/manifest.json +++ b/survos/meili-bundle/2.0/manifest.json @@ -6,7 +6,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "MEILI_SERVER": "127.0.0.1:7700", + "MEILI_SERVER": "http://127.0.0.1:7700", "MEILI_API_KEY": "", "MEILI_SEARCH_KEY": "" }