aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2017-01-26rebuild GUI structure(only changed modules' name)“shentao”1-0/+42
a> 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
  "pm-mapper-filter": {
    "filters": null
  },
  "key_store_path": "src/test/resources/testkeystore.jks",
  "key_store_pass_path": "src/test/resources/password",
  "trust_store_path": "src/test/resources/testkeystore.jks",
  "trust_store_pass_path": "src/test/resources/password",
  "dmaap_dr_delete_endpoint": "https://dmaap-dr-node:8443/delete",
  "dmaap_dr_feed_name": "bulk_pm_feed",
  "aaf_identity": "dcae@dcae.onap.org",
  "aaf_password": "iheartrainbows44",
  "enable_http": false,
  "streams_publishes": {
    "dmaap_publisher": {
      "type": "message_router",
      "dmaap_info": {
        "topic_url": "https://message-router:3905/events/org.onap.dmaap.mr.VES_PM",
        "client_role": "org.onap.dcae.pmPublisher",
        "location": "san-francisco",
        "client_id": "1562763644939"
      }
    }
  },
  "streams_subscribes": {
    "dmaap_subscriber": {
      "type": "data_router",
      "dmaap_info": {
        "username": "username",
        "password": "password",
        "location": "san-francisco",
        "delivery_url": "https://dcae-pm-mapper:8443/delivery",
        "subscriber_id": 1
      }
    }
  }
}