github/config/nasa.php
2026-08-07 19:29:05 +08:00

7 lines
113 B
PHP
Executable File

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