Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
tojo-r27 committed Oct 30, 2020
1 parent b214e65 commit 49b4a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/hcaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* You can place your custom package configuration in here.
*/
return [
'secret_key' => env('HCAPTCHA_SECRET_KEY'),
'site_key' => env('HCAPTCHA_SITE_KEY')
'secret_key' => env('HCAPTCHA_SECRET_KEY', '0x70a0F8BeAe854c2b19243deec81A9c6B6B25973d'),
'site_key' => env('HCAPTCHA_SITE_KEY', '4b93765b-74de-44cc-8f3f-0b6dd5187d5c)
];

0 comments on commit 49b4a1b

Please sign in to comment.