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 8f73060c74
commit e01b81b3b9
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

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
};