Skip to content

Commit

Permalink
fix apps dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 9, 2023
1 parent 1f547eb commit a840b92
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 @@ -52,7 +52,7 @@

// Location where the apps are persisted from the marketplace. By default this is the public dir to access the apps
// directly, but it is also possible to specify a different folder
'fusio_apps_dir' => __DIR__ . '/apps',
'fusio_apps_dir' => __DIR__ . '/public/apps',

// The url to the psx public folder (i.e. http://api.acme.com or http://127.0.0.1/psx/public)
'psx_url' => env('APP_URL')->string(),
Expand Down

0 comments on commit a840b92

Please sign in to comment.