mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
impossible use env var for example license key
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# https://github.com/gpslab/geoip2
|
||||
gpslab_geoip:
|
||||
# You should specify your personal licence key
|
||||
license: '%env(GEOIP_LICENSE)%'
|
||||
license: 'YOUR-LICENSE-KEY'
|
||||
|
||||
# Edition ID of database you need
|
||||
edition: 'GeoLite2-City'
|
||||
|
||||
@@ -7,8 +7,5 @@
|
||||
},
|
||||
"composer-scripts": {
|
||||
"geoip2:update": "symfony-cmd"
|
||||
},
|
||||
"env": {
|
||||
"GEOIP_LICENSE": "YOUR-LICENSE-KEY"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user