fastpastebin/config/http.go

8 lines
164 B
Go
Raw Normal View History

2018-04-30 18:42:17 +05:00
package config
type ConfigHTTP struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
AllowInsecure bool `yaml:"allow_insecure"`
}