[database] # Where to store the databases. This is "DatabaseDirectory" in the # official app. datadir = "/var/lib/geoipupdate" # What editions to download. This is "EditionIDs" in the official app. editions = ["GeoLite2-Country", "GeoLite2-City"] [account] # Your MaxMind account id. This is "AccountID" in the official app. account_id = "your-id" # Your MaxMind license key. This is "LicenseKey" in the official app. license_key = "your-key"