From ef5618272f6a034d3d9306c2b02604a6a59f605b Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 14 Jan 2024 19:37:13 +0100 Subject: [PATCH] marketplace set default --- configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index 2b7c2e2d..a0a04837 100644 --- a/configuration.php +++ b/configuration.php @@ -42,7 +42,7 @@ // Indicates whether the marketplace is enabled. If yes it is possible to download and install other apps through // the backend - 'fusio_marketplace' => env('APP_MARKETPLACE')->bool(), + 'fusio_marketplace' => env('APP_MARKETPLACE')->bool()->default(false), // Endpoint of the apps repository. All listed apps can be installed by the user at the backend app 'fusio_marketplace_url' => 'https://www.fusio-project.org/marketplace.yaml',