From 49b4a1bf78f217c1e794cfc4ed6bde5a87c2e33d Mon Sep 17 00:00:00 2001 From: Tojo Date: Fri, 30 Oct 2020 16:13:00 +0300 Subject: [PATCH] add key --- config/hcaptcha.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hcaptcha.php b/config/hcaptcha.php index abf5e32..55e5824 100644 --- a/config/hcaptcha.php +++ b/config/hcaptcha.php @@ -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) ]; \ No newline at end of file