From b004a2da52e8940456ea5b15fbe30acae9a940a7 Mon Sep 17 00:00:00 2001 From: pluja Date: Wed, 4 Nov 2020 08:43:48 +0100 Subject: [PATCH] Add version to yotter-config.json --- yotter-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yotter-config.json b/yotter-config.json index 8b2342e..5730957 100644 --- a/yotter-config.json +++ b/yotter-config.json @@ -1,7 +1,7 @@ { "serverName": "yotter.xyz", "nitterInstance": "https://nitter.net/", - "maxInstanceUsers": 100, + "maxInstanceUsers": 120, "serverLocation": "Germany", "restrictPublicUsage":true, "isInstance":true, @@ -11,5 +11,6 @@ "admin_message":"Message from the admin text", "admin_user":"admin_username", "max_old_user_days": 60, - "donate_url": "" + "donate_url": "", + "version": "2020.11.04" }