summarylogtreecommitdiffstats
path: root/config.json
blob: 35853ce0049995f9056cec88b1399bb30e4750f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "port": 3030,
  "noUpload": "true",
  "writeLogs": "true",
  "storage": {
    "albumArtDirectory":"/var/lib/mstream/album-art",
    "dbDirectory":"/var/lib/mstream/",
    "logsDirectory": "/var/log/mstream/"
  },
  "folders": {
    "media": { "root": "/var/lib/mstream/media"}
  }
}