24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"library": [
|
|
{
|
|
"path": "videos",
|
|
"prefix": ""
|
|
}
|
|
],
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 8000,
|
|
"upload_path": "uploads"
|
|
},
|
|
"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"
|
|
}
|
|
}
|