|
@@ -382,7 +382,7 @@ class SettingsSeeder extends Seeder
|
|
|
Settings::firstOrCreate([
|
|
|
'key' => 'SETTINGS::SYSTEM:RECAPTCHA_SITE_KEY',
|
|
|
], [
|
|
|
- 'value' => '',
|
|
|
+ 'value' => '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
|
|
|
'type' => 'string',
|
|
|
'description' => 'Google Recaptcha API Credentials - https://www.google.com/recaptcha/admin - reCaptcha V2 (not v3)'
|
|
|
]);
|
|
@@ -390,7 +390,7 @@ class SettingsSeeder extends Seeder
|
|
|
Settings::firstOrCreate([
|
|
|
'key' => 'SETTINGS::SYSTEM:RECAPTCHA_SECRET_KEY',
|
|
|
], [
|
|
|
- 'value' => '',
|
|
|
+ 'value' => '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe',
|
|
|
'type' => 'string',
|
|
|
'description' => 'Google Recaptcha API Credentials - https://www.google.com/recaptcha/admin - reCaptcha V2 (not v3)'
|
|
|
]);
|