2019-06-27 23:09:17 +03:00
|
|
|
{
|
2019-07-03 21:25:42 +03:00
|
|
|
"library": [
|
|
|
|
{
|
|
|
|
"path": "videos",
|
|
|
|
"prefix": ""
|
|
|
|
}
|
|
|
|
],
|
2019-06-27 23:09:17 +03:00
|
|
|
"server": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 0
|
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"
|
2019-07-04 00:46:59 +03:00
|
|
|
},
|
|
|
|
"tor": {
|
2019-08-08 12:58:25 +03:00
|
|
|
"enable": false,
|
2019-07-04 00:46:59 +03:00
|
|
|
"controller": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 9051
|
|
|
|
}
|
2019-06-27 23:09:17 +03:00
|
|
|
}
|
|
|
|
}
|