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',