# 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