summaryrefslogtreecommitdiff
path: root/src/hub/src/spreadspace.org/sfive/s5srvConf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/src/spreadspace.org/sfive/s5srvConf.go')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvConf.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvConf.go b/src/hub/src/spreadspace.org/sfive/s5srvConf.go
index 6826583..c4a6158 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvConf.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvConf.go
@@ -33,11 +33,11 @@
package sfive
type PipeInterfaceConfig struct {
- ListenAddr string `json:"listen" yaml:"listen" toml:"listen"`
+ ListenPath string `json:"listen" yaml:"listen" toml:"listen"`
}
type PipegramInterfaceConfig struct {
- ListenAddr string `json:"listen" yaml:"listen" toml:"listen"`
+ ListenPath string `json:"listen" yaml:"listen" toml:"listen"`
}
type WebInterfaceConfig struct {