in config.go [56:60]
func LoadConfig() (*Config, error) { c := &Config{} err := envconfig.Process("protodash", c) return c, err }