diff options
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/config.go b/app/config.go index c2ecb45..ccf3542 100644 --- a/app/config.go +++ b/app/config.go @@ -20,8 +20,9 @@ type PathConfig struct { // ServerConfig settings for App Server. type ServerConfig struct { - Host string `json:"host"` - Port int `json:"port"` + Host string `json:"host"` + Port int `json:"port"` + UploadPath string `json:"upload_path"` } // FeedConfig settings for App Feed. |
