config.template.json 359 B

123456789101112131415
  1. {
  2. "playlistId": "",
  3. "playlistFile": "musare-privateplaylist.json",
  4. "outputPath": "downloads",
  5. "outputFormat": "audio",
  6. "downloadImages": true,
  7. "maxSongs": 0,
  8. "mongo": {
  9. "host": "localhost",
  10. "port": 27017,
  11. "username": "musare",
  12. "password": "musare",
  13. "database": "musare"
  14. }
  15. }