summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-25 12:40:00 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-25 12:40:00 +1000
commit7113a7bd05c72406fc971fa720b05bb934732c04 (patch)
tree5275cce369c47d2163292705cdfe47575af7c4b8 /config.json
parent6fa6432090b4878701ff05cebd4f25658c761288 (diff)
Add support for keeping trakc of and viewing no. of views per video
Diffstat (limited to 'config.json')
-rw-r--r--config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json
index dfcbf95..802ecb5 100644
--- a/config.json
+++ b/config.json
@@ -8,6 +8,7 @@
"server": {
"host": "0.0.0.0",
"port": 8000,
+ "store_path": "tube.db",
"upload_path": "uploads"
},
"transcoder": {