summaryrefslogtreecommitdiff
path: root/config.json
blob: 37be423c44272dc6b1e29f1e687b1e64bc9826d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "library": [
        {
            "path": "videos",
            "prefix": ""
        }
    ],
    "server": {
        "host": "127.0.0.1",
        "port": 0
    },
    "feed": {
        "external_url": "",
        "title": "Feed Title",
        "link": "http://your-url.example/about",
        "description": "Feed Description",
        "author": {
            "name": "Author Name",
            "email": "author@somewhere.example"
        },
        "copyright": "Copyright Text"
    },
    "tor": {
        "enable": false,
        "controller": {
            "host": "127.0.0.1",
            "port": 9051
        }
    }
}