Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinKSU committed Mar 24, 2024
2 parents 1bc0da3 + ab18f32 commit c767eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
registration:
spotify-client:
client-id: ${client-id}
client-secret: ${client-secret}
client-secret-basic: ${client-secret}
scope: playlist-read-private,playlist-modify-private
provider: spotify-provider
redirect-uri: http://localhost:8080/login/oauth2/code/spotify-client
Expand Down

0 comments on commit c767eb3

Please sign in to comment.