summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.go b/config.go
index 46685d2..4866b23 100644
--- a/config.go
+++ b/config.go
@@ -11,10 +11,6 @@ import (
type RuntimeConfig struct {
Path string
- Http HttpConfig `json:"http"`
-}
-
-type HttpConfig struct {
Host string `json:"bind_host"`
Port string `json:"bind_port"`
Static string `json:"static"`