diff --git a/config/settings/base.py b/config/settings/base.py index ef6cead..ab31e8e 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -147,8 +147,4 @@ ALLOWED_ATMOS_IPS = [] CONSUMER_KEY = env.str('CONSUMER_KEY') CONSUMER_SECRET = env.str('CONSUMER_SECRET') STORE_ID = env.str('STORE_ID') -API_KEY = env.str('API_KEY') - -GLOBAL_CONSUMER_KEY = env.str('GLOBAL_CONSUMER_KEY') -GLOBAL_CONSUMER_SECRET = env.str('GLOBAL_CONSUMER_SECRET') -GLOBAL_STORE_ID = env.str('GLOBAL_STORE_ID') \ No newline at end of file +API_KEY = env.str('API_KEY') \ No newline at end of file