diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 196e616..061a0e9 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -29,7 +29,7 @@ CDEK_CLIENT_SECRET = 'lc2gmrmK5s1Kk6FhZbNqpQCaATQRlsOy' POIZON_TOKEN = 'IRwNgBxb8YQ' -CURRENCY_GETGEOIP_API_KEY = '136a69df7e4f419c97783288068e5a2f1ef4ad6d' +CURRENCY_GETGEOIP_API_KEY = 'b8ab1ad89adbb1559cb8ccfea7ee03e9123986b7' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = bool(int(os.environ.get("DJANGO_DEBUG") or 0))