Files
opencloud/tests/config/drone/providers.json
Jörn Friedrich Dreyer 24f87f1c96 the domain in the ocmproviders is compared to the OCIS_URL domain
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-05 16:41:06 +02:00

47 lines
1.8 KiB
JSON

[
{
"name": "ocis-server",
"full_name": "first-ocis-instance",
"organization": "Owncloud",
"domain": "ocis-server:9200",
"homepage": "https://owncloud.com",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://ocis-server:9200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "ocis-server:9200"
}
]
},
{
"name": "federation-ocis-server",
"full_name": "Federation ocis",
"organization": "Owncloud",
"domain": "federation-ocis-server:10200",
"homepage": "https://owncloud.com",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://federation-ocis-server:10200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "federation-ocis-server:10200"
}
]
}
]