fix(status): remove unused router configurations for ROUTER-DE 03 and ROUTER-DE 04

This commit is contained in:
2025-11-22 10:25:27 +01:00
parent 2aa5c56ca7
commit 5ec7187afd
2 changed files with 2 additions and 20 deletions

View File

@@ -22,6 +22,4 @@ NODE_ENV=development
# Protected IPS # Protected IPS
PROTOJX_ROUTER_1= PROTOJX_ROUTER_1=
PROTOJX_ROUTER_2= PROTOJX_ROUTER_2=
PROTOJX_ROUTER_3=
PROTOJX_ROUTER_4=

View File

@@ -126,23 +126,7 @@ export class StatusService {
ping_type: 'ping', ping_type: 'ping',
type: 'router', type: 'router',
notify: false notify: false
}, }
{
host: process.env.PROTOJX_ROUTER_3 as string,
name: 'ROUTER-DE 03',
alive: false,
ping_type: 'ping',
type: 'router',
notify: false
},
{
host: process.env.PROTOJX_ROUTER_4 as string,
name: 'ROUTER-DE 04',
alive: false,
ping_type: 'ping',
type: 'router',
notify: false
},
]; ];
private client: Client | null = null; private client: Client | null = null;