changed application port for new server, changed mailinglist
This commit is contained in:
parent
80472969d2
commit
81b6ee9961
|
@ -29,7 +29,7 @@ var spaceanswer = {
|
|||
contact: {
|
||||
phone: "+49 231 8 404 777",
|
||||
irc: "irc://irc.hackint.eu/#ctdo",
|
||||
ml: "ccc@chaostreff-dortmund.de",
|
||||
ml: "discuss@lists.chaostreff-dortmund.de",
|
||||
twitter: "@ctdo",
|
||||
issue_mail: "server-admin@chaostreff-dortmund.de"
|
||||
},
|
||||
|
@ -60,7 +60,7 @@ var snmpMac = new SnmpMac("juni.ctdo.de", "ctdo23");
|
|||
var ippoll = new IpPoll("flipdot.raum.ctdo.de", "195.160.169.30-120");
|
||||
var flukso = new Flukso("flukso.raum.ctdo.de", "/sensor/cf00e0b22230f4a8870af58f2b8719dd");
|
||||
|
||||
var port = '3000';
|
||||
var port = '9911';
|
||||
var address = 'localhost';
|
||||
|
||||
snmpMac.on('done', function (res) {
|
||||
|
|
Loading…
Reference in New Issue