change that to default port too
This commit is contained in:
parent
a70445e64b
commit
9e71772728
|
|
@ -148,11 +148,11 @@ Readur supports flexible port configuration:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Method 1: Specify full server address
|
# 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)
|
# Method 2: Use separate host and port (recommended)
|
||||||
SERVER_HOST=0.0.0.0
|
SERVER_HOST=0.0.0.0
|
||||||
SERVER_PORT=3000
|
SERVER_PORT=8000
|
||||||
|
|
||||||
# For development: Configure frontend port
|
# For development: Configure frontend port
|
||||||
CLIENT_PORT=5173
|
CLIENT_PORT=5173
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue