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