resource/config/nasa.php
hellcat b8bbedd7dc 1
2026-07-27 14:37:18 +08:00

7 lines
113 B
PHP
Executable File

<?php
return [
'secret' => env('NASA_API_SECRET'),
'verify_ssl' => env('NASA_API_VERIFY_SSL', true),
];