diff --git a/data/data.yaml b/data/data.yaml index 15bd5e5..028e36a 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -13,6 +13,20 @@ properties: defaultValue: "https://matrix.org" required: false + - name: insecure_skip_verify + description: | + Skip SSL verification. + type: bool + defaultValue: false + required: false + + - name: log_level + description: | + Plugin log level. + type: string + defaultValue: "info" + required: false + - name: password description: | Authentication password.