Skip to content

Commit

Permalink
marketplace set default
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 14, 2024
1 parent 0541799 commit ef56182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ef56182

Please sign in to comment.