Merge "Minor bugs fix in ORU-app simulator" into e-release
[nonrtric.git] / dmaap-adaptor-java / config / application_configuration.json
1 {
2    "types": [
3       {
4          "id": "ExampleInformationType1",
5          "dmaapTopicUrl": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12",
6          "useHttpProxy": true
7       },
8       {
9          "id": "ExampleInformationType2",
10          "kafkaInputTopic": "TutorialTopic",
11          "useHttpProxy": false
12       }
13       
14    ]
15 }