package bootstrap import "memora-api/internal/config" func LoadConfig(path string) (*config.Config, error) { return config.LoadConfig(path) }