tube/config.json
davy wybiral deb6808c75
Multipath (#10)
* added multiple paths

* prevent path duplicates
2019-07-03 13:25:42 -05:00

23 lines
496 B
JSON

{
"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"
}
}