tube/config.json

32 lines
664 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": {
2020-03-21 04:03:00 +03:00
"host": "0.0.0.0",
2020-03-22 11:01:27 +03:00
"port": 8000,
"store_path": "tube.db",
2020-03-22 11:01:27 +03:00
"upload_path": "uploads"
2019-06-29 06:50:59 +03:00
},
"thumbnailer": {
"timeout": 60
},
2020-03-22 14:41:26 +03:00
"transcoder": {
"timeout": 300
2020-03-22 14:41:26 +03:00
},
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-06-27 23:09:17 +03:00
}
}