]> gitweb.michael.orlitzky.com - geoipyupdate.git/blob - doc/geoipyupdate-sample.toml
Initial commit.
[geoipyupdate.git] / doc / geoipyupdate-sample.toml
1 [database]
2 # Where to store the databases. This is "DatabaseDirectory" in the
3 # official app.
4 datadir = "/var/lib/geoipupdate"
5
6 # What editions to download. This is "EditionIDs" in the official app.
7 editions = ["GeoLite2-Country",
8 "GeoLite2-City"]
9
10
11 [account]
12 # Your MaxMind account id. This is "AccountID" in the official app.
13 account_id = "your-id"
14
15 # Your MaxMind license key. This is "LicenseKey" in the official app.
16 license_key = "your-key"