notebookVB
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user