chore(docs): updated ports across the docs

This commit is contained in:
ITQ
2025-07-25 14:03:41 +03:00
parent df0083e334
commit a99cb3d2cc
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
load_dotenv()
BACKEND_BASE_URL = os.getenv("BACKEND_BASE_URL", "http://127.0.0.1:8080")
BACKEND_BASE_URL = os.getenv("BACKEND_BASE_URL", "http://127.0.0.1:13240")
@pytest.fixture(scope="session", autouse=True)