diff --git a/config.go b/config.go index 49c00b8..176ac6a 100644 --- a/config.go +++ b/config.go @@ -8,8 +8,8 @@ import ( type Config struct { Secret string - BindHost string - BindPort string + BindHost string `json:"bind_host"` + BindPort string `json:"bind_port"` } func getConfig() Config {