playlistd/etc/playlistd.toml

16 lines
292 B
TOML
Raw Normal View History

2024-04-16 19:37:42 +00:00
[subsonic]
# The API base URL
base = "http://localhost/rest"
# Your subsonic username
username = "admin"
# Your subsonic password
password = ""
[daemon]
# How often to refresh playlists (in seconds)
interval = 240
[database]
# URL of database to use
url = "postgres:///navidrome-playlists"