mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:35:41 -04:00
style: rename env variable FILE_PLAYLIST to FILE_M3U
This commit is contained in:
@@ -70,7 +70,7 @@ const FOLDER_WWW = 'www';
|
||||
const envUrlRepo = process.env.URL_REPO || 'https://git.binaryninja.net/binaryninja';
|
||||
const envStreamQuality = process.env.STREAM_QUALITY || 'hd';
|
||||
const envFileURL = process.env.FILE_URL || 'urls.txt';
|
||||
const envFileM3U = process.env.FILE_PLAYLIST || 'playlist.m3u8';
|
||||
const envFileM3U = process.env.FILE_M3U || 'playlist.m3u8';
|
||||
const envFileXML = process.env.FILE_EPG || 'xmltv.xml';
|
||||
const envFileTAR = process.env.FILE_TAR || 'xmltv.xml.gz';
|
||||
const LOG_LEVEL = process.env.LOG_LEVEL || 10;
|
||||
|
||||
Reference in New Issue
Block a user