Skip to content

Commit

Permalink
update config order
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 19, 2024
1 parent 182e034 commit c2a471b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
// directly, but it is also possible to specify a different folder
'fusio_apps_dir' => __DIR__ . '/apps',

// Optional an SDKgen access token which adds support for different SDK generators
// https://sdkgen.app/
'sdkgen_client_id' => env('SDKGEN_CLIENT_ID')->string(),
'sdkgen_client_secret' => env('SDKGEN_CLIENT_SECRET')->string(),

// 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 c2a471b

Please sign in to comment.