feat: integrate Spotify API for syncing music productions with new command and UI components
This commit is contained in:
@@ -43,4 +43,11 @@ return [
|
||||
'access_key' => env('UNSPLASH_ACCESS_KEY'),
|
||||
],
|
||||
|
||||
'spotify' => [
|
||||
'client_id' => env('SPOTIFY_CLIENT_ID'),
|
||||
'client_secret' => env('SPOTIFY_CLIENT_SECRET'),
|
||||
'artist_id' => env('SPOTIFY_ARTIST_ID'),
|
||||
'market' => env('SPOTIFY_MARKET', 'TR'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user