From 0744f37760813298d24d5feef85023425b8a7233 Mon Sep 17 00:00:00 2001 From: 4hellboy4 Date: Sat, 12 Oct 2024 14:03:43 +0300 Subject: [PATCH] changed config --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index 1d3efe5..d5e95c5 100644 --- a/config.py +++ b/config.py @@ -15,7 +15,6 @@ postgres_db = os.getenv('POSTGRES_DB') # Формируем строку подключения DATABASE_URL = f"postgresql+asyncpg://{postgres_user}:{postgres_password}@db:5432/{postgres_db}" -shop_id = os.getenv("SHOP_ID") shop_api_token = os.getenv("SHOP_API_TOKEN") gpt_api_key = os.getenv("GPT_API_KEY") \ No newline at end of file