mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:15:42 -04:00
chore: set env LOG_LEVEL default to 4
This commit is contained in:
@@ -60,7 +60,7 @@ const envUrlRepo = process.env.URL_REPO || `https://git.binaryninja.net/binaryni
|
|||||||
const envStreamQuality = process.env.STREAM_QUALITY || `hd`;
|
const envStreamQuality = process.env.STREAM_QUALITY || `hd`;
|
||||||
const envFilePlaylist = process.env.FILE_PLAYLIST || `playlist.m3u8`;
|
const envFilePlaylist = process.env.FILE_PLAYLIST || `playlist.m3u8`;
|
||||||
const envFileEPG = process.env.FILE_EPG || `xmltv.xml`;
|
const envFileEPG = process.env.FILE_EPG || `xmltv.xml`;
|
||||||
const LOG_LEVEL = process.env.LOG_LEVEL || 8;
|
const LOG_LEVEL = process.env.LOG_LEVEL || 4;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Define > Externals
|
Define > Externals
|
||||||
|
|||||||
Reference in New Issue
Block a user