From 6d380e33f7a10e47be9d32268802c61921f12a76 Mon Sep 17 00:00:00 2001 From: Wolfgang Welz <welzwo@gmail.com> Date: Mon, 30 Dec 2019 19:42:15 +0100 Subject: [PATCH] Update provided config file --- config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 93dbdd99..b86b4944 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ }, "analysis": { "serverPort": 0, - "serverAddress": "159.69.158.51:188" + "serverAddress": "ressims.iota.cafe:188" }, "gossip": { "port": 14666 @@ -21,9 +21,8 @@ "address": "0.0.0.0", "port": 14626, "entryNodes": [ - "7f7a876a4236091257e650da8dcf195fbe3cb625@159.69.158.51:14626" + "V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626" ], - "acceptRequests": true, - "sendRequests": true + "selection": true } } \ No newline at end of file -- GitLab