mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
add dirty hack license key
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"geoip2:update": "symfony-cmd"
|
||||
},
|
||||
"env": {
|
||||
"GEOIP_LICENSE": ""
|
||||
"GEOIP_LICENSE": "YOUR-LICENSE-KEY"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user