summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index b46b0e1..48fbff4 100644
--- a/config/config.go
+++ b/config/config.go
@@ -7,7 +7,7 @@ import (
)
type config struct {
- Hostnames []string `json:"host"`
+ Hostnames []string `json:"hosts"`
Port int `json:"port"`
AllowLocalPath bool `json:"allow-local-path"`
Auth bool `json:"auth"`