diff --git a/README.md b/README.md index 68ac6224cb..b3cf1e30a7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ During registration set the callback url to `http:///login/musicbrainz/post` Where 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.