Relatively simple webapp for managing linked accounts for Spoticord
Variable | Description | Required | Default |
---|---|---|---|
SESSION_PASSWORD | The secret to encrypt session cookies, must be at least 32 characters long | Yes | N/A |
PORT | The port number to listen on | No | 3000 |
DATABASE_URL | The base URL of the Database API without trailing slash (e.g. http://database.example.com) | Yes | N/A |
SPOTIFY_REDIRECT_URI | The URI to redirect to after (un)successful Spotify authentication (callback is located at /spotify/callback) | Yes | N/A |
DISCORD_REDIRECT_URI | The URI to redirect to after (un)successful Discord authentication (callback is located at /login/callback) | Yes | N/A |