Browse Source

docs: added new Spotify config details to README

Kristian Vos 5 years ago
parent
commit
14a698e1ff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -69,7 +69,8 @@ Once you've installed the required tools:
    The `apis.discord.token` is the token for the Discord bot.  
    The `apis.discord.loggingServer` is the Discord logging server id.  
    The `apis.discord.loggingChannel` is the Discord logging channel id.  
-   The `apis.mailgun` values can be obtained by setting up a [Mailgun account](http://www.mailgun.com/).  
+   The `apis.mailgun` values can be obtained by setting up a [Mailgun account](http://www.mailgun.com/), or you can disable it.  
+   The `apis.spotify` values can be obtained by setting up a [Spotify client id](https://developer.spotify.com/dashboard/applications), or you can disable it.  
    The `redis.url` url should be left alone for Docker, and changed to `redis://localhost:6379/0` for non-Docker.  
    The `redis.password` should be the Redis password you either put in your `startRedis.cmd` file for Windows, or `.env` for docker.  
    The `mongo.url` needs to have the proper password for the MongoDB musare user, and for non-Docker you need to replace `@musare:27017` with `@localhost:27017`.