Skip to content

Commit

Permalink
Merge pull request #275 from paramsingh/readme-improvement
Browse files Browse the repository at this point in the history
Add an example MusicBrainz callback url to README
  • Loading branch information
mayhem committed Oct 31, 2017
2 parents b05542b + 3f68f9c commit 1600c34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -33,6 +33,10 @@ During registration set the callback url to
`http://<your_host>/login/musicbrainz/post`

Where <your_host> is the DNS name or IP address of the machine running ListenBrainz.
An example callback url if you're running the server on your own local machine would
be

`http://localhost/login/musicbrainz/post`

Then set the `MUSICBRAINZ_CLIENT_ID` and `MUSICBRAINZ_CLIENT_SECRET` in
`config.py` to the OAuth Client ID and OAuth Client Secret of your application.
Expand Down

0 comments on commit 1600c34

Please sign in to comment.