first commit
This commit is contained in:
commit
f2db1af089
9 changed files with 270 additions and 0 deletions
8
.env.example
Normal file
8
.env.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
SPOTIPY_CLIENT_ID=..?
|
||||
SPOTIPY_CLIENT_SECRET=..?
|
||||
SPOTIPY_REDIRECT_URI=http://127.0.0.1:8888/callback
|
||||
|
||||
SUBSONIC_URL=https://music.example.com
|
||||
SUBSONIC_USER=..?
|
||||
SUBSONIC_PASS=..?
|
||||
SUBSONIC_CLIENT=spotify-migrator
|
||||
Loading…
Add table
Add a link
Reference in a new issue