Skip to content

Commit

Permalink
update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar authored and thelamer committed Oct 27, 2019
1 parent 300c8b3 commit 63f90d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/defaults/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 63f90d9

Please sign in to comment.