Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading the geolocation database URL's incorrect? #27

Closed
jderdock opened this issue Feb 25, 2020 · 1 comment
Closed

Downloading the geolocation database URL's incorrect? #27

jderdock opened this issue Feb 25, 2020 · 1 comment

Comments

@jderdock
Copy link

jderdock commented Feb 25, 2020

in the docs, under "Downloading the geolocation database URL's", there are two URL's listed.

The cityDbDownloadUrl has the license key placeholder wrapped in back tick/grave accent, but countryDbDownloadUrl doe not. Removing the back ticks/grave accents worked for me.

'countryDbDownloadUrl' => 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=YOUR_LICENSE_KEY&suffix=tar.gz',
'cityDbDownloadUrl' => 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=`YOUR_LICENSE_KEY`&suffix=tar.gz',
@aelvan
Copy link
Contributor

aelvan commented Feb 25, 2020

Yes, the backticks was a typo, it's fixed now.

@aelvan aelvan closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants