type Config struct {
ConfigFile string `json:"-"`
Version string `json:"-"` // This is set at build time Debug bool `json:"debug"`
PrettyLogs bool `json:"pretty-logs"`
Port int `json:"port"`
EnableHTTPLogs bool `json:"enable-http-logs"`
GithubApi GithubApi `json:"github_api"`
}