diff --git a/config/recaptcha.php b/config/recaptcha.php
index 22d73948..757e184a 100644
--- a/config/recaptcha.php
+++ b/config/recaptcha.php
@@ -9,7 +9,7 @@ return [
     /*
      * API endpoint for recaptcha checks. You should not edit this.
      */
-    'domain' => 'https://www.google.com/recaptcha/api/siteverify',
+    'domain' => env('RECAPTCHA_DOMAIN', 'https://www.google.com/recaptcha/api/siteverify'),
 
     /*
      * Use a custom secret key, we use our public one by default