summaryrefslogtreecommitdiff
path: root/config.json
blob: 76ba6cd6d1c5d9c41302a0cd9cb3414fd29f266b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "library": "videos",
    "server": {
        "host": "127.0.0.1",
        "port": 0
    },
    "feed": {
        "external_url": "http://your-url.example",
        "title": "Feed Title",
        "link": "http://your-url.example/about",
        "description": "Feed Description",
        "author": {
            "name": "Author Name",
            "email": "author@somewhere.example"
        },
        "copyright": "Copyright Text"
    }
}