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

software/cloudooo: parameter schema fixes

parent d7fc013c
Pipeline #28043 passed with stage
in 0 seconds
......@@ -18,7 +18,7 @@ md5sum = d1e4d7306c39f2ebc64d0407860d4301
[template-cloudooo-instance]
filename = instance-cloudooo.cfg.in
md5sum = 0e7bb29f954747f237be1175f059dbc7
md5sum = 77509489f29e7cd047132656f9499e7d
[template-haproxy-cfg]
filename = haproxy.cfg.in
......
{
"$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