From f2d184976bbfaf87b7395f260ad94d8a37199873 Mon Sep 17 00:00:00 2001 From: EduBox Dev Date: Wed, 17 Jun 2026 21:09:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(seed):=20r=C3=A9activation=20de=20PS=5FHAND?= =?UTF-8?q?LE=5FDYNAMIC=5FDOMAIN=20pour=20PrestaShop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Permet d'accéder à la boutique via localhost ET via l'URL publique - PrestaShop adapte automatiquement le domaine shop selon l'URL utilisée --- server/prisma/seed.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/prisma/seed.ts b/server/prisma/seed.ts index bd332e0..ff9716a 100644 --- a/server/prisma/seed.ts +++ b/server/prisma/seed.ts @@ -89,6 +89,7 @@ async function main() { PS_INSTALL_AUTO: "1" PS_INSTALL_DB: "0" PS_ENABLE_SSL: "0" + PS_HANDLE_DYNAMIC_DOMAIN: "1" PS_LANGUAGE: fr PS_COUNTRY: fr ADMIN_MAIL: admin@edubox.local