Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 2ccab6e

Browse files
committed
Add .env.example
1 parent 9b42ccc commit 2ccab6e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DISCORD_BOT_TOKEN=TOKEN
2+
SPOTIPY_CLIENT_ID=SPOTIFY_CLIENT_ID
3+
SPOTIPY_CLIENT_SECRET=SPOTIFY_CLIENT_SECRET
4+
POSTGRESQL_DSN=postgresql://user:pass@ip:port/database
5+
LOG_LEVEL=INFO # Defaults to INFO if not present.
6+
7+
# This one is optional, use it at your own risk.
8+
DISCORD_BROWSER=

0 commit comments

Comments
 (0)