7 lines
175 B
PHP
7 lines
175 B
PHP
<?php
|
|
|
|
return [
|
|
'testing_enabled' => env('E2E_TESTING_ENABLED', in_array(env('APP_ENV'), ['local', 'testing'], true)),
|
|
'testing_token' => env('E2E_TESTING_TOKEN'),
|
|
];
|