8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'files_url' => env('FILES_CDN_URL', 'https://files.skinbase.org'),
|
|
];
|