Skip to content

Commit

Permalink
Merge pull request #18 from Bassanetto/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Bassanetto committed Nov 22, 2023
2 parents b77552f + fc5c1a1 commit d70c962
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ export const environment = {

export const SpotifyConfiguration = {
authEndpoint: 'https://accounts.spotify.com/authorize',
clientId: '529181d8245d4f909bbb46354dde07a4',
// Gustavo Id
// clientId: '529181d8245d4f909bbb46354dde07a4',

// Amanda Id
clientId: 'e61824a2a6f845008eda73ac7fa72672',
redirectUrl: 'https://teste-f59ed.web.app/login',
scopes: [
"user-read-currently-playing", // musica tocando agora.
Expand Down
6 changes: 5 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ export const environment = {

export const SpotifyConfiguration = {
authEndpoint: 'https://accounts.spotify.com/authorize',
clientId: '529181d8245d4f909bbb46354dde07a4',
// Gustavo Id
// clientId: '529181d8245d4f909bbb46354dde07a4',

// Amanda Id
clientId: 'e61824a2a6f845008eda73ac7fa72672',
redirectUrl: 'https://teste-f59ed.web.app/login',
scopes: [
"user-read-currently-playing", // musica tocando agora.
Expand Down

0 comments on commit d70c962

Please sign in to comment.