From 05417991987ecb64e71fbeef77b4bb47dc9618af Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 14 Jan 2024 19:36:05 +0100 Subject: [PATCH] use APP_MARKETPLACE --- configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index 29600844..2b7c2e2d 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' => true, + 'fusio_marketplace' => env('APP_MARKETPLACE')->bool(), // 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',