recaptcha default keys
This commit is contained in:
parent
089b61d097
commit
432be2f2d1
1 changed files with 2 additions and 2 deletions
|
@ -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)'
|
||||
]);
|
||||
|
|
Loading…
Add table
Reference in a new issue