From 4face9ae5d0e765ff5682a68d512a042fda1b87c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 29 Jan 2021 11:06:15 +0200 Subject: [PATCH] Added missing key to configuration file example --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 12b13a7..9f7182e 100644 --- a/config.json +++ b/config.json @@ -20,6 +20,7 @@ "name" : "server1", "address" : "", "port" : "" - } + }, + "active" : ["server1"] } }