Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.49 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.49 KB

Spoticord Accounts

Relatively simple webapp for managing linked accounts for Spoticord

Environment variables

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