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
@@ -1,3 +1,3 @@
# Below all environment variables and default values
BACKEND_BASE_URL=http://127.0.0.1:8080
BACKEND_BASE_URL=http://127.0.0.1:13240
+1 -1
View File
@@ -11,7 +11,7 @@ Ensure you have the following installed on your system:
## Warning
Please note that containers will use ports from 13241 to 13246 and 8080, so there is must be no listeners on this ports range.
Please note that containers will use ports from 13240 to 13248, so there is must be no listeners on this ports range.
## Setup
+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)