diff --git a/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml b/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml index 0061476b..9e4cd465 100644 --- a/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml +++ b/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml @@ -1,8 +1,8 @@ # Read the README file for more detailed configuration information # https://github.com/gpslab/geoip2 -#gpslab_geoip: -# # You should specify your personal licence key -# license: '%env(GEOIP_LICENSE)%' -# -# # Edition ID of database you need -# edition: 'GeoLite2-City' +gpslab_geoip: + # You should specify your personal licence key + license: '%env(GEOIP_LICENSE)%' + + # Edition ID of database you need + edition: 'GeoLite2-City' diff --git a/gpslab/geoip2/2.0/manifest.json b/gpslab/geoip2/2.0/manifest.json index 3008185f..95ee3762 100644 --- a/gpslab/geoip2/2.0/manifest.json +++ b/gpslab/geoip2/2.0/manifest.json @@ -9,6 +9,6 @@ "geoip2:update": "symfony-cmd" }, "env": { - "GEOIP_LICENSE": "" + "GEOIP_LICENSE": "YOUR-LICENSE-KEY" } }