2019-05-18 00:16:30 +01:00

29 lines
537 B
JSON

{
"port": 3000,
"webAppDirectory": "public",
"writeLogs": false,
"noUpload": true,
"scanOptions": {
"skipImg": false,
"scanInterval": 1.5,
"pause": 50,
"saveInterval": 500,
"bootScanDelay": 15
},
"storage": {
"albumArtDirectory": "/config/album-art",
"dbDirectory": "/config/db"
},
"folders": {
"library": "/music"
},
"users": {
"admin": {
"password":"password",
"vpaths": "library",
"lastfm-user": "username",
"lastfm-password": "password"
}
}
}