mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-25 12:42:14 +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 = {
|
||||
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
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user