chore: change local development port from 8000 to 8100
- Update docker-compose.yml to map host port 8100 -> container 8000 - Update all Playwright test BASE_URL to port 8100 - Update .env.example with documentation about port mapping - This avoids conflicts with other services on port 8000
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import annotations
|
||||
|
||||
from playwright.sync_api import expect, sync_playwright
|
||||
|
||||
BASE_URL = "http://127.0.0.1:8000"
|
||||
BASE_URL = "http://127.0.0.1:8100"
|
||||
|
||||
|
||||
def test_settings_reject_invalid_loan_amount_without_silent_zero_fallback() -> None:
|
||||
|
||||
Reference in New Issue
Block a user