@cap-js-community/sap-afc-sdk
Version:
SAP Advanced Financial Closing SDK for CDS
38 lines (37 loc) • 814 B
JSON
{
"paths": {
"base": "./",
"broker": "./srv/broker.json",
"catalog": "./srv/catalog.json",
"launchpad": "launchpad.html",
"swaggerUi": "/api-docs"
},
"apps": {
"scheduling.monitoring.job": {}
},
"services": {
"SchedulingProcessingService": {
"outbox": true
},
"SchedulingWebsocketService": {
"outbox": true
}
},
"toggles": {
"eventQueue": {
"isEventQueueActive": "eventQueue/active",
"instanceLoadLimit": "eventQueue/instanceLoadLimit"
}
},
"extensions": {
"openapi": "openapi3.json"
},
"endpoints": {
"authentication": "https://authentication.sap.hana.ondemand.com"
},
"plugins": [
"@cap-js-community/event-queue",
"@cap-js-community/feature-toggle-library",
"@cap-js-community/websocket"
]
}