Merge branch 'master' into mononaut/failover-timeout-config

This commit is contained in:
softsimon
2023-11-10 14:09:43 +09:00
committed by GitHub
118 changed files with 1935 additions and 919 deletions

View File

@@ -95,6 +95,7 @@ interface IConfig {
USERNAME: string;
PASSWORD: string;
TIMEOUT: number;
PID_DIR: string;
};
SYSLOG: {
ENABLED: boolean;
@@ -223,6 +224,7 @@ const defaults: IConfig = {
'USERNAME': 'mempool',
'PASSWORD': 'mempool',
'TIMEOUT': 180000,
'PID_DIR': '',
},
'SYSLOG': {
'ENABLED': true,