changed config

This commit is contained in:
4hellboy4 2024-10-12 14:03:43 +03:00
parent 686d533b5e
commit 0744f37760

View File

@ -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")