ConvoyPanel/config/external.php
2022-10-10 00:18:22 +00:00

17 lines
500 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| External API Secret Key
|--------------------------------------------------------------------------
|
| This key is used by the Illuminate encrypter service and should be set
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
*/
'secret' => env('EXTERNAL_SECRET'),
];