mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-29 22:51:39 +03:00
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:
parent
8f73060c74
commit
e01b81b3b9
@ -3,8 +3,8 @@
|
|||||||
var eddn_config = {
|
var eddn_config = {
|
||||||
updateInterval: 60000,
|
updateInterval: 60000,
|
||||||
|
|
||||||
eddn_host: 'eddn.miggy.org',
|
eddn_host: 'eddn.edcd.io',
|
||||||
monitorEndPoint: 'https://eddn.miggy.org/dev/monitor/',
|
monitorEndPoint: 'https://eddn.edcd.io/dev/monitor/',
|
||||||
|
|
||||||
gatewayStats: '/dev/stats/',
|
gatewayStats: '/dev/stats/',
|
||||||
|
|
||||||
@ -12,11 +12,11 @@ var eddn_config = {
|
|||||||
relayBottlePort: 9110,
|
relayBottlePort: 9110,
|
||||||
|
|
||||||
gateways: [
|
gateways: [
|
||||||
'eddn.miggy.org'
|
'eddn.edcd.io'
|
||||||
], //TODO: Must find a way to bind them to monitor
|
], //TODO: Must find a way to bind them to monitor
|
||||||
|
|
||||||
relays: [
|
relays: [
|
||||||
'eddn.miggy.org'
|
'eddn.edcd.io'
|
||||||
] //TODO: Must find a way to bind them to monitor
|
] //TODO: Must find a way to bind them to monitor
|
||||||
|
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user