mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-10 04:12:22 +03:00
Remove secondary gateway/relay from monitor
This commit is contained in:
parent
7f15c3bb0a
commit
faad9739b8
@ -6,13 +6,11 @@ var updateInterval = 60000,
|
|||||||
relayBottlePort = 9090,
|
relayBottlePort = 9090,
|
||||||
|
|
||||||
gateways = [
|
gateways = [
|
||||||
'eddn-gateway.elite-markets.net',
|
'eddn-gateway.elite-markets.net'
|
||||||
'eddn-gateway.ed-td.space'
|
], // Must find a way to bind them to monitor
|
||||||
]; // Must find a way to bind them to monitor,
|
|
||||||
|
|
||||||
relays = [
|
relays = [
|
||||||
'eddn-relay.elite-markets.net',
|
'eddn-relay.elite-markets.net'
|
||||||
'eddn-relay.ed-td.space'
|
|
||||||
]; // Must find a way to bind them to monitor
|
]; // Must find a way to bind them to monitor
|
||||||
|
|
||||||
var stats = {
|
var stats = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user