Skip to content

Commit da9a4b5

Browse files
committed
chore: Adjust the configuration page to remove some variables we've hard coded or prefer to leave default
Don't expose queue and log settings as this could lead to setup issues and a harder time troubleshooting. Prefer the defaults/hard-coded values for concise setup
1 parent b08f7af commit da9a4b5

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

docs/configuration.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -193,26 +193,6 @@ HLS_GC_INTERVAL=600 # 10 minutes
193193
HLS_GC_AGE_THRESHOLD=3600 # 1 hour
194194
```
195195

196-
### Queue Configuration
197-
198-
```bash
199-
# Queue driver (sync, database, redis)
200-
QUEUE_CONNECTION=database
201-
202-
# Number of queue workers
203-
QUEUE_WORKERS=4
204-
```
205-
206-
### Logging
207-
208-
```bash
209-
# Log level (debug, info, warning, error)
210-
LOG_LEVEL=info
211-
212-
# Log channel
213-
LOG_CHANNEL=stack
214-
```
215-
216196
## Environment File Examples
217197

218198
M3U Editor provides example environment files for different setups:
@@ -232,3 +212,4 @@ cp .env.proxy.example .env
232212
- [Adding Playlists](/docs/resources/playlists) - Import your first M3U playlist
233213
- [Deployment Guides](/docs/deployment/docker-compose) - Advanced deployment options
234214
- [M3U Proxy Integration](/docs/deployment/m3u-proxy-integration) - Setup external proxy
215+
- [Environment Variables](/docs/advanced/environment-variables) - List of available variables

0 commit comments

Comments
 (0)