impossible use env var for example license key

This commit is contained in:
Peter Gribanov
2020-03-26 10:04:08 +03:00
parent e0befc6f50
commit 3e7f616014
2 changed files with 1 additions and 4 deletions

View File

@@ -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'

View File

@@ -7,8 +7,5 @@
},
"composer-scripts": {
"geoip2:update": "symfony-cmd"
},
"env": {
"GEOIP_LICENSE": "YOUR-LICENSE-KEY"
}
}