refine test mode

This commit is contained in:
2025-02-10 21:28:42 +01:00
parent 6ebae6201c
commit a076368f51
5 changed files with 27 additions and 10 deletions

View File

@@ -2,5 +2,6 @@
return [
'api_key' => env('PUSH_API_KEY', null),
'api_url' => env('PUSH_API_URL', null)
'api_url' => env('PUSH_API_URL', null),
'test_mode' => env('PUSH_TEST_MODE', false),
];