change that to default port too

This commit is contained in:
wtfitsaduck 2025-06-15 22:07:57 +00:00
parent a70445e64b
commit 9e71772728
1 changed files with 2 additions and 2 deletions

View File

@ -148,11 +148,11 @@ Readur supports flexible port configuration:
```bash
# Method 1: Specify full server address
SERVER_ADDRESS=0.0.0.0:3000
SERVER_ADDRESS=0.0.0.0:8000
# Method 2: Use separate host and port (recommended)
SERVER_HOST=0.0.0.0
SERVER_PORT=3000
SERVER_PORT=8000
# For development: Configure frontend port
CLIENT_PORT=5173