diff --git a/apps/matrix-conduit/config.json b/apps/matrix-conduit/config.json index 4ce82bb4..e5ab89eb 100644 --- a/apps/matrix-conduit/config.json +++ b/apps/matrix-conduit/config.json @@ -32,6 +32,8 @@ "type": "array", "label": "Trusted Servers", "hint": "[\"matrix.org\"]", + "regex": "^\\[((\"[^\"]*\")(, ?(\"[^\"]*\"))*)?\\]$", + "pattern_error": "Must be in list of domain names format", "required": false, "env_variable": "TRUSTED_SERVERS" },