From 795eb7a5a983beace6da58cc9c2234bd51c11879 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Tue, 16 Sep 2025 17:04:04 +0500 Subject: [PATCH] fix --- config/settings/base.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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