mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
8 lines
67 B
PHP
8 lines
67 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'cloud' => env('FILESYSTEM_CLOUD', 's3'),
|
|
|
|
];
|