cydrobolt / polr

:aerial_tramway: A modern, powerful, and robust URL shortener
https://polrproject.org
GNU General Public License v2.0
4.98k stars 888 forks source link

MAXMIND_LICENSE_KEY Syntax in .env File #607

Open gunnarhaslinger opened 3 years ago

gunnarhaslinger commented 3 years ago

Expected Behavior

Current Behavior: Unable to download database. (Unauthorized)

php artisan geoip:update Updating...

[Exception] Unable to download database. (Unauthorized)

Possible Solution

Removing the quotes from the license key in .env File, this worked for me: MAXMIND_LICENSE_KEY=LICENSE_KEY_GOES_HERE

php artisan geoip:update Updating... Database file (/var/www/my-website-name/polr/storage/app/geoip.mmdb) updated.

Your Environment