Remove old tvheadend configuration files and add new m3u-editor service configuration with environment variables
This commit is contained in:
21
komodo/arr/m3u-editor/.env.sample
Normal file
21
komodo/arr/m3u-editor/.env.sample
Normal file
@@ -0,0 +1,21 @@
|
||||
# Docker image tag for m3u-editor
|
||||
IMAGE_TAG=latest
|
||||
|
||||
# Application URL and port
|
||||
APP_URL=http://localhost
|
||||
APP_PORT=36400
|
||||
|
||||
# Postgres configuration
|
||||
PG_DATABASE=m3ue
|
||||
PG_USER=m3ue
|
||||
PG_PASSWORD=changeme
|
||||
PG_PORT=5432
|
||||
|
||||
# Redis configuration
|
||||
REDIS_PORT=36790
|
||||
REDIS_HOST=localhost
|
||||
|
||||
# M3U proxy configuration
|
||||
M3U_PROXY_TOKEN=changeme
|
||||
M3U_PROXY_PORT=38085
|
||||
M3U_PROXY_HOST=localhost
|
||||
Reference in New Issue
Block a user