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