summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-03-03 19:15:52 +0100
committerache <ache@ache.one>2019-03-03 19:15:52 +0100
commitf8b4e5ccaf83efd97354bc7636f03a7a6b300536 (patch)
tree3d841da734504d3894501caa92bf380ae0630281 /config
parentOPTIONS Methode (diff)
Config hosts
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"`