15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"cosmos_url": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"title": "Cosmos base URL",
|
|
"description": "Base URL for talking to COSMOS. It overwrites the value specified in core.dcos_url",
|
|
"default": "http://localhost:7070"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|