diff options
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 1 |
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"` } |
