7 lines
113 B
PHP
Executable File
7 lines
113 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'secret' => env('NASA_API_SECRET'),
|
|
'verify_ssl' => env('NASA_API_VERIFY_SSL', true),
|
|
];
|