Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 20, 2024
1 parent bca8c92 commit 97d09c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
24 changes: 12 additions & 12 deletions www/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions www/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

return [

'recaptcha_key' => env('APP_RECAPTCHA_KEY')->string(),
'recaptcha_secret' => env('APP_RECAPTCHA_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 97d09c0

Please sign in to comment.