Files
cloud-cap-samples/gdpr/___pdm-config.json
Wolfgang Koch baa2b4eaf1 pdm config
2020-11-11 16:34:55 +01:00

18 lines
694 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"fullyQualifiedApplicationName": "gdpr-bookshop",
"fullyQualifiedModuleName" : "gdpr-srv",
"applicationTitle" : "PDM Bookshop",
"applicationTitleKey" : "PDM Bookshop",
"applicationURL" : "https://gdpr-srv.cfapps.sap.hana.ondemand.com/",
"endPoints": [
{
"type": "odatav4",
"serviceName": "pdm-service",
"serviceTitle": "GDPR",
"serviceTitleKey": "GDPR",
"serviceURI": "gdpr",
"hasGdprV4Annotations": true,
"cacheControl": "no-cache"
}
]
}