Много переделал

This commit is contained in:
Disledg
2025-01-07 08:28:59 +03:00
parent 5997d67640
commit a9a137b766
29 changed files with 604 additions and 782 deletions

View File

@@ -1,4 +1,9 @@
import os
import logging
logger = logging.getLogger(__name__)
# Настройки PostgreSQL из переменных окружения
BASE_URL_FASTAPI = os.getenv("BASE_URL")