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 --- app/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config.go') diff --git a/app/config.go b/app/config.go index ee94db0..097297d 100644 --- a/app/config.go +++ b/app/config.go @@ -23,6 +23,7 @@ type PathConfig struct { type ServerConfig struct { Host string `json:"host"` Port int `json:"port"` + StorePath string `json:"store_path"` UploadPath string `json:"upload_path"` } -- cgit v1.2.3