tube/config.json

31 lines
636 B
JSON
Raw Normal View History

2019-06-27 23:09:17 +03:00
{
"library": [
{
"path": "videos",
"prefix": ""
}
],
2019-06-27 23:09:17 +03:00
"server": {
"host": "127.0.0.1",
"port": 8000
2019-06-29 06:50:59 +03:00
},
"feed": {
2019-06-29 19:16:01 +03:00
"external_url": "",
2019-06-29 06:50:59 +03:00
"title": "Feed Title",
"link": "http://your-url.example/about",
"description": "Feed Description",
"author": {
"name": "Author Name",
"email": "author@somewhere.example"
},
"copyright": "Copyright Text"
},
"tor": {
2019-08-08 12:58:25 +03:00
"enable": false,
"controller": {
"host": "127.0.0.1",
"port": 9051
}
2019-06-27 23:09:17 +03:00
}
}