Commit d598700f authored by Jérome Perrin's avatar Jérome Perrin

software/cloudooo: parameter schema fixes

parent fb5e46c8
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"extends": "./schema-definitions.json#",
"properties": {
"tcpv4-port": {
"allOf": [
{
"$ref": "#/definitions/tcpv4port"
},
{
"description": "Start allocating ports at this value, going upward",
"default": 23000
}
]
"description": "TCP port used for HTTP server",
"default": 8000,
"type": "integer"
},
"backend-count": {
"description": "Number of backend cloudooo instances",
......@@ -20,7 +13,7 @@
"type": "integer"
},
"timeout": {
"description": "Configure apache with this timeout",
"description": "Timeout for document conversions, in seconds",
"type": "integer"
},
"mimetype-entry-addition": {
......
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