From 987df0dd52d9aa440532901eec7d45f124511758 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Mon, 10 Apr 2017 17:21:47 +0200 Subject: [PATCH] Update hoods.json: add missing servers in ibbenbueren --- hoods/files/lib/ffnw/hoods/hoods.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hoods/files/lib/ffnw/hoods/hoods.json b/hoods/files/lib/ffnw/hoods/hoods.json index eacc5bb..e129957 100644 --- a/hoods/files/lib/ffnw/hoods/hoods.json +++ b/hoods/files/lib/ffnw/hoods/hoods.json @@ -812,9 +812,14 @@ "defaulthood": false, "servers": [ { - "host": "", - "port": "", - "publickey": "" + "host": "st01.sn.ffnw.de", + "port": "10002", + "publickey": "3e006396edd0c721991e2cc49ab0ab5323903308001e10fa400812f8670bca95" + }, + { + "host": "st01.sn.ffnw.de", + "port": "10003", + "publickey": "3e006396edd0c721991e2cc49ab0ab5323903308001e10fa400812f8670bca95" } ], "boxes": [ @@ -830,4 +835,5 @@ ] ] } + ] \ No newline at end of file -- GitLab