Skip to content

Commit

Permalink
fix: don't require connection_uri in SMTP (#3861)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Apr 4, 2024
1 parent b132c94 commit 800f8f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
"description": "The HTTP headers that must be applied to the Web-Hook",
"additionalProperties": {
"type": "string"
}
},
}
},
"body": {
"type": "string",
"oneOf": [
Expand Down Expand Up @@ -2059,7 +2059,6 @@
"default": "localhost"
}
},
"required": ["connection_uri"],
"additionalProperties": false
},
"sms": {
Expand Down

0 comments on commit 800f8f1

Please sign in to comment.