tube/config.json
2019-06-29 11:16:01 -05:00

18 lines
422 B
JSON

{
"library": "videos",
"server": {
"host": "127.0.0.1",
"port": 0
},
"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"
}
}