Files
newznab-tmux/config/gearer.php
T
2023-11-25 16:24:55 +01:00

25 lines
741 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| MyceliumGear authorization configuration
|--------------------------------------------------------------------------
*/
'gateway_id' => env('MYCELIUM_GATEWAY_ID', ''),
'gateway_secret' => env('MYCELIUM_GATEWAY_SECRET', ''),
/*
|--------------------------------------------------------------------------
| Default configuration
|--------------------------------------------------------------------------
|
| Define default callback data that will be used before any custom data are set
*/
'defaults' => [
'callback_data' => [
//'foo' => 'bar'
],
],
];