Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
config
/
common
/
Editing: site.php
<?php return [ 'wave_storage_disk' => env('WAVE_STORAGE_DISK'), 'spotify' => [ 'id' => env('SPOTIFY_ID'), 'secret' => env('SPOTIFY_SECRET') ], 'lastfm' => [ 'key' => env('LASTFM_API_KEY'), ], 'soundcloud' => [ 'key' => env('SOUNDCLOUD_API_KEY') ], 'rapidapi' => [ 'key' => env('RAPIDAPI_APP_KEY') ] ];
Save
Cancel