From 3e7f61601449e61fc6ae9000a34065ca0b223677 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Thu, 26 Mar 2020 10:04:08 +0300 Subject: [PATCH] impossible use env var for example license key --- gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml | 2 +- gpslab/geoip2/2.0/manifest.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml b/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml index 9e4cd465..c5a7b93c 100644 --- a/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml +++ b/gpslab/geoip2/2.0/config/packages/gpslab_geoip.yaml @@ -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' diff --git a/gpslab/geoip2/2.0/manifest.json b/gpslab/geoip2/2.0/manifest.json index 95ee3762..1dd03011 100644 --- a/gpslab/geoip2/2.0/manifest.json +++ b/gpslab/geoip2/2.0/manifest.json @@ -7,8 +7,5 @@ }, "composer-scripts": { "geoip2:update": "symfony-cmd" - }, - "env": { - "GEOIP_LICENSE": "YOUR-LICENSE-KEY" } }