tube/config.json

23 lines
499 B
JSON

{
"library": [
{
"path": "videos",
"prefix": ""
}
],
"server": {
"host": "127.0.0.1",
"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"
}
}