From 2b31ec7258958198d9b0dcdf20abded268442337 Mon Sep 17 00:00:00 2001 From: EduBox Dev Date: Wed, 17 Jun 2026 21:18:45 +0000 Subject: [PATCH] =?UTF-8?q?fix(seed):=20PrestaShop=20install=C3=A9=20avec?= =?UTF-8?q?=20SSL=20et=20sans=20dynamic=20domain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PS_ENABLE_SSL=1 pour correspondre à l'accès public HTTPS - Suppression de PS_HANDLE_DYNAMIC_DOMAIN qui causait des boucles de redirect --- server/prisma/seed.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/prisma/seed.ts b/server/prisma/seed.ts index ff9716a..44ddf9c 100644 --- a/server/prisma/seed.ts +++ b/server/prisma/seed.ts @@ -88,8 +88,7 @@ async function main() { PS_SHOP_NAME: ${t.name} PS_INSTALL_AUTO: "1" PS_INSTALL_DB: "0" - PS_ENABLE_SSL: "0" - PS_HANDLE_DYNAMIC_DOMAIN: "1" + PS_ENABLE_SSL: "1" PS_LANGUAGE: fr PS_COUNTRY: fr ADMIN_MAIL: admin@edubox.local