monitor: Move eddn-config.js to only an example, and make it such

We won't want the live config copied in/overwritten on each invocation
of 'python setup.py install'.
This commit is contained in:
Athanasius 2022-03-13 15:57:41 +00:00
parent 063322df4f
commit 6e88a638a5

View File

@ -3,8 +3,8 @@
var eddn_config = {
updateInterval: 60000,
eddn_host: 'eddn.miggy.org',
monitorEndPoint: 'https://eddn.miggy.org/dev/monitor/',
eddn_host: 'eddn.edcd.io',
monitorEndPoint: 'https://eddn.edcd.io/dev/monitor/',
gatewayStats: '/dev/stats/',
@ -12,11 +12,11 @@ var eddn_config = {
relayBottlePort: 9110,
gateways: [
'eddn.miggy.org'
'eddn.edcd.io'
], //TODO: Must find a way to bind them to monitor
relays: [
'eddn.miggy.org'
'eddn.edcd.io'
] //TODO: Must find a way to bind them to monitor
};