Add configurable port and authentication to DMaaP simulator
[policy/models.git] / models-interactions / model-simulators / src / main / resources / org / onap / policy / simulators / dmaap / AuthDmaapParameters.json
diff --git a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json
new file mode 100644 (file)
index 0000000..0ef0316
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "name": "AuthDMaapSim",
+    "topicSweepSec": 300,
+    "restServerParameters": {
+        "host": "0.0.0.0",
+        "port": 3903,
+        "useHttps": true,
+        "userName": "my-username",
+        "password": "my-password"
+    }
+}