Add details for building
This commit is contained in:
15
etc/playlistd.toml
Normal file
15
etc/playlistd.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[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"
|
Reference in New Issue
Block a user