pdm config

This commit is contained in:
Wolfgang Koch
2020-11-11 16:34:55 +01:00
parent 3b274089c2
commit baa2b4eaf1
11 changed files with 272 additions and 47 deletions

18
gdpr/___pdm-config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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"
}
]
}