Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aloukissas
Created August 16, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloukissas/76d35c549823457a682d9bb9b37a676c to your computer and use it in GitHub Desktop.
Save aloukissas/76d35c549823457a682d9bb9b37a676c to your computer and use it in GitHub Desktop.
config :geolix, :databases, [
%{
id: :city,
adapter: Geolix.Adapter.MMDB2,
source: "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz"
},
%{
id: :country,
adapter: Geolix.Adapter.MMDB2,
source: "https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment