diff options
Diffstat (limited to 'music_config.example.json')
| -rw-r--r-- | music_config.example.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/music_config.example.json b/music_config.example.json new file mode 100644 index 0000000..ac8c622 --- /dev/null +++ b/music_config.example.json @@ -0,0 +1,15 @@ +{ + "lastfm": { + "api_key": "YOUR_LASTFM_API_KEY", + "username": "tomflux" + }, + "navidrome": { + "url": "https://navi.jihakuz.xyz", + "username": "YOUR_NAVIDROME_USERNAME", + "password": "YOUR_NAVIDROME_PASSWORD" + }, + "slskd": { + "url": "https://music.jihakuz.xyz", + "api_key": "YOUR_SLSKD_API_KEY" + } +} |
