summaryrefslogtreecommitdiff
path: root/config.json
blob: a94b54d07c6ebd2d446119053b8a8e0c37cded29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "library": [
        {
            "path": "videos",
            "prefix": ""
        }
    ],
    "server": {
        "host": "0.0.0.0",
        "port": 8000
    },
    "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"
    }
}