summaryrefslogtreecommitdiff
path: root/app/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.go')
-rw-r--r--app/config.go5
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.