package config type Config struct { Host string Indexes []string BatchSize int DBPath string }