add dirty hack license key

This commit is contained in:
Peter Gribanov
2020-03-26 09:46:24 +03:00
parent d4b7248feb
commit e0befc6f50
2 changed files with 7 additions and 7 deletions
@@ -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'
+1 -1
View File
@@ -9,6 +9,6 @@
"geoip2:update": "symfony-cmd"
},
"env": {
"GEOIP_LICENSE": ""
"GEOIP_LICENSE": "YOUR-LICENSE-KEY"
}
}