From 617727d7b64308245d472705c203293fd08827ab Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 29 Jan 2021 11:05:46 +0200 Subject: [PATCH] Added missing keys to testing configuration files --- testing/1.json | 3 ++- testing/2.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/1.json b/testing/1.json index e26e12f..85a699f 100644 --- a/testing/1.json +++ b/testing/1.json @@ -20,6 +20,7 @@ "name" : "server2", "address" : "127.0.0.1", "port" : "6666" - } + }, + "active" : ["server2"] } } diff --git a/testing/2.json b/testing/2.json index ee8f22e..06ebc29 100644 --- a/testing/2.json +++ b/testing/2.json @@ -20,6 +20,7 @@ "name" : "server1", "address" : "127.0.0.1", "port" : "5555" - } + }, + "active" : ["server1"] } }