From 7113a7bd05c72406fc971fa720b05bb934732c04 Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 25 Mar 2020 12:40:00 +1000 Subject: Add support for keeping trakc of and viewing no. of views per video --- config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config.json') 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": { -- cgit v1.2.3