add dns to domains in schema

Simon Smith committed Sep 7, 2023 at 21:36 UTC 93ea293a232aff7105c42057d129c3b6b722969f
1 file changed +5
meshcentral-config-schema.json
+5
@@ -984,6 +984,11 @@
984 "items": {
985 "type": "object",
986 "properties": {
987 + "dns": {
988 + "type": "string",
989 + "default": null,
990 + "description": "The DNS name used to access this domain instead of accessing it via a subfolder"
991 + },
992 "siteStyle": {
993 "type": "integer",
994 "default": 2,