Gate testing API for staging E2E
This commit is contained in:
6
config/e2e.php
Normal file
6
config/e2e.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'testing_enabled' => env('E2E_TESTING_ENABLED', in_array(env('APP_ENV'), ['local', 'testing'], true)),
|
||||
'testing_token' => env('E2E_TESTING_TOKEN'),
|
||||
];
|
||||
Reference in New Issue
Block a user