mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat: set SHOW_DIE to false by default
This commit is contained in:
@@ -114,7 +114,7 @@ export class Settings {
|
||||
: 15000;
|
||||
public static readonly SHOW_DIE = process.env.SHOW_DIE
|
||||
? process.env.SHOW_DIE === 'true'
|
||||
: true;
|
||||
: false;
|
||||
public static readonly LOG_SENSITIVE_INFO = process.env.LOG_SENSITIVE_INFO
|
||||
? process.env.LOG_SENSITIVE_INFO === 'true'
|
||||
: false;
|
||||
|
||||
Reference in New Issue
Block a user