Skip to content

Commit

Permalink
Remove TURNSTILE_SITE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
njoguamos committed Feb 11, 2024
1 parent 4ef92c9 commit 1e801be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
|
*/
'secretkey' => env(key: 'TURNSTILE_SECRET_KEY'),
'sitekey' => env(key: 'TURNSTILE_SITE_KEY'),

/*
|--------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ protected function getPackageProviders($app): array

public function getEnvironmentSetUp($app): void
{
config()->set('turnstile.sitekey', '1x00000000000000000000AA');
config()->set('turnstile.secretkey', '1x0000000000000000000000000000000AA');
}
}

0 comments on commit 1e801be

Please sign in to comment.