Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifechukwudaniel authored Dec 21, 2023
1 parent 8d49cfe commit d44b258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ To create a secret key, open your terminal, run the command below, and copy the
``` openssl rand -base64 32 ```

```
SPOTIFY_CLIENT_SECRET=781ec8bfbbe3403d9c9acaa15699837b
SPOTIFY_CLIENT_ID=723bfc611600444395db4ba9f7fd7e48
SPOTIFY_CLIENT_SECRET=
SPOTIFY_CLIENT_ID=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=koCNMnSVyhNobUJEYrQ0ffiZb47bsn8XNzy3DhkFBrU=
NEXTAUTH_SECRET=
```

5. On a third terminal, start your NextJS app:
Expand Down

0 comments on commit d44b258

Please sign in to comment.