add trusted_servers regex
This commit is contained in:
parent
1e72c652b3
commit
9af0ee646b
|
@ -32,6 +32,8 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"label": "Trusted Servers",
|
"label": "Trusted Servers",
|
||||||
"hint": "[\"matrix.org\"]",
|
"hint": "[\"matrix.org\"]",
|
||||||
|
"regex": "^\\[((\"[^\"]*\")(, ?(\"[^\"]*\"))*)?\\]$",
|
||||||
|
"pattern_error": "Must be in list of domain names format",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "TRUSTED_SERVERS"
|
"env_variable": "TRUSTED_SERVERS"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user