Commit b3ac4e4f authored by Vincent Pelletier's avatar Vincent Pelletier

software.erp5: Document smtp relay service parameters.

Now that it really works.
parent dc6a2ad5
...@@ -161,6 +161,13 @@ ...@@ -161,6 +161,13 @@
}, },
"type": "object" "type": "object"
}, },
"smtp": {
"description": "Mail queuing and relay service",
"additionalProperties": {
"$ref": "./instance-smtp-schema.json#/properties"
},
"type": "object"
},
"mariadb": { "mariadb": {
"description": "Relational database service", "description": "Relational database service",
"additionalProperties": { "additionalProperties": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment