Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 637 Bytes

10_GeoControl.md

File metadata and controls

14 lines (10 loc) · 637 Bytes

Geo Control

The Data provider is only required if you want to use the country detection!

Follow the official instructions for obtaining and updating the GeoIP database. Store the database file at the location of your choice, the default location used by geoipupdate is /usr/share/GeoIP/GeoLite2-City.mmdb

Set the path to the database file in your config.yaml to enable the geo support in Pimcore:

pimcore.geoip.db_file: /usr/share/GeoIP/GeoLite2-City.mmdb

To keep the BC, I18n also will check the project path var/config/GeoLite2-City.mmdb for legacy reasons.