16 lines
292 B
TOML
16 lines
292 B
TOML
[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"
|