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