Adobe-Consulting-Services/acs-aem-commons

View on GitHub
bundle/src/test/resources/com/adobe/acs/commons/marketo/cloudconfig.json

Summary

Maintainability
Test Coverage
{
  "jcr:primaryType": "sling:Folder",
  "default": {
    "jcr:primaryType": "cq:Page",
    "jcr:content": {
      "jcr:primaryType": "cq:PageContent",
      "jcr:title": "Test Cloud Config",
      "cq:template": "/apps/acs-commons/templates/utilities/marketocloudconfig",
      "sling:resourceType": "page",
      "endpointHost": "test.mktorest.com",
      "serverInstance": "//test.marketo.com",
      "munchkinId": "123-456-789",
      "clientId": "123",
      "clientSecret": "456"
    }
  },
  "https": {
    "jcr:primaryType": "cq:Page",
    "jcr:content": {
      "jcr:primaryType": "cq:PageContent",
      "jcr:title": "Test Cloud Config",
      "cq:template": "/apps/acs-commons/templates/utilities/marketocloudconfig",
      "sling:resourceType": "page",
      "endpointHost": "https://test.mktorest.com",
      "serverInstance": "//test.marketo.com",
      "munchkinId": "123-456-789",
      "clientId": "123",
      "clientSecret": "456"
    }
  }
}