update config.json

This commit is contained in:
IrosTheBeggar 2019-10-27 12:39:01 -04:00 committed by Ryan Kuba
parent 300c8b3d3c
commit 63f90d99ba

View File

@ -15,12 +15,12 @@
"dbDirectory": "/config/db"
},
"folders": {
"library": "/music"
"library": { "root": "/music" }
},
"users": {
"admin": {
"password":"password",
"vpaths": "library",
"vpaths": ["library"],
"lastfm-user": "username",
"lastfm-password": "password"
}