ServerURL: "",
Token: "",
CachePath: "",
- TimeZone: "Australia/Hobart",
+ TimeZone: "Local",
}
}
return errors.New("ServerURL must be provided in the configuration")
}
if c.Token == "" {
- return errors.New("Token must be provided in the configuration")
+ return errors.New("token must be provided in the configuration")
}
return nil
}