Browse Source

Removed no longer used fields - data moved to persistent storage

Ivan Savenko 1 year ago
parent
commit
699616c984
1 changed files with 1 additions and 13 deletions
  1. 1 13
      config/schemas/settings.json

+ 1 - 13
config/schemas/settings.json

@@ -546,24 +546,12 @@
 			"type" : "object",
 			"additionalProperties" : false,
 			"default" : {},
-			"required" : [ "mapPreview", "accountID", "accountCookie", "displayName", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
+			"required" : [ "mapPreview", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
 			"properties" : {
 				"mapPreview" : {
 					"type" : "boolean",
 					"default" : true
 				},
-				"accountID" : {
-					"type" : "string",
-					"default" : ""
-				},
-				"accountCookie" : {
-					"type" : "string",
-					"default" : ""
-				},
-				"displayName" : {
-					"type" : "string",
-					"default" : ""
-				},
 				"hostname" : {
 					"type" : "string",
 					"default" : "beholder.vcmi.eu"