From 438fd0d7e0ec2cc263722e5631cab26fe9220648 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 12 Jun 2024 13:21:58 +0200 Subject: [PATCH] Enable IMPORT_DEBUG --- blueprints/gatherpress-save-export-to-server-blueprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprints/gatherpress-save-export-to-server-blueprint.json b/blueprints/gatherpress-save-export-to-server-blueprint.json index a0281b6..3bb0ee5 100644 --- a/blueprints/gatherpress-save-export-to-server-blueprint.json +++ b/blueprints/gatherpress-save-export-to-server-blueprint.json @@ -27,7 +27,8 @@ { "step": "defineWpConfigConsts", "consts": { - "UPLOADS": "wp-content/gatherpress-demo-data-main" + "UPLOADS": "wp-content/gatherpress-demo-data-main", + "IMPORT_DEBUG": 1 } }, {