summaryrefslogtreecommitdiff
path: root/app/config.go
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 /app/config.go
parent6fa6432090b4878701ff05cebd4f25658c761288 (diff)
Add support for keeping trakc of and viewing no. of views per video
Diffstat (limited to 'app/config.go')
-rw-r--r--app/config.go1
1 files changed, 1 insertions, 0 deletions
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"`
}