2019-06-27 23:09:17 +03:00
|
|
|
{
|
|
|
|
"library": "videos",
|
|
|
|
"server": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 0
|
2019-06-29 06:50:59 +03:00
|
|
|
},
|
|
|
|
"feed": {
|
|
|
|
"external_url": "http://your-url.example",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|