File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments