diff options
Diffstat (limited to '.sandstorm/config.json')
| -rw-r--r-- | .sandstorm/config.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.sandstorm/config.json b/.sandstorm/config.json new file mode 100644 index 0000000..88165c9 --- /dev/null +++ b/.sandstorm/config.json @@ -0,0 +1,37 @@ +{ + "library": [ + { + "path": "/var/videos", + "prefix": "" + } + ], + "server": { + "host": "0.0.0.0", + "port": 8000, + "store_path": "/var/tube.db", + "upload_path": "/var/uploads", + "max_upload_size": 104857600 + }, + "thumbnailer": { + "timeout": 60, + "position_from_start": 3 + }, + "transcoder": { + "timeout": 300, + "sizes": null + }, + "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" + }, + "copyright": { + "content": "" + } +}
\ No newline at end of file |
