notebookVB

This commit is contained in:
2026-05-31 14:37:57 +02:00
parent 328b58e21e
commit aa6562c921
3 changed files with 53 additions and 1 deletions
+2 -1
View File
@@ -9,9 +9,10 @@ Defines scraping parameters (scroll behavior, timeouts) and URL constants.
"""
import os
from pathlib import Path
from dotenv import load_dotenv
load_dotenv()
load_dotenv(Path(__file__).parent / ".env")
MONGO_URI = os.getenv("MONGO_URI", "mongodb://192.168.1.76:27017")
MONGO_DB = os.getenv("MONGO_DB", "rohlik")