Skip to content

Commit aefa491

Browse files
committed
chore: Add missing env variables
1 parent a7b237c commit aefa491

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/advanced/environment-variables.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ M3U Editor uses environment variables for configuration. These are typically set
3434
- **Default**: `36400`
3535
- **Description**: Port number for the application (Docker environments)
3636

37+
### XTREAM_PORT
38+
- **Default**: `36401`
39+
- **Description**: Port number for the Xtream API only endpoint (separate Nginx instance)
40+
- **Note**: Only used when `XTREAM_ONLY_ENABLED=true`
41+
42+
### XTREAM_ONLY_ENABLED
43+
- **Default**: `false`
44+
- **Description**: Enable a separate Nginx instance that only serves the Xtream API endpoint
45+
- **Options**: `true`, `false`
46+
- **Use Case**: Provides isolated Xtream API access on a different port, proxying requests to the main application
3747

3848
### TZ
3949
- **Default**: `UTC`

0 commit comments

Comments
 (0)