mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -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 envFilePlaylist = process.env.FILE_PLAYLIST || `playlist.m3u8`;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user