summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources/dynamic-configuration.json
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-03-29 11:25:07 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-04-11 11:38:30 +0200
commit566342c6cd7380a675604358452f161e55673dad (patch)
treec5e2c856475d29fa83b8c655ad87a430db23c3bf /docs/sections/services/ves-hv/resources/dynamic-configuration.json
parent12acf3e8deaf15c6e5263b2b402c966f495057f1 (diff)
Update dynamic configuration info
Change-Id: I595b6ae87c965699d2c161b4d3834ff4df5d46c4 Issue-ID: DCAEGEN2-1352 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'docs/sections/services/ves-hv/resources/dynamic-configuration.json')
-rw-r--r--docs/sections/services/ves-hv/resources/dynamic-configuration.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/dynamic-configuration.json b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
new file mode 100644
index 00000000..0a1cd89d
--- /dev/null
+++ b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
@@ -0,0 +1,28 @@
+{
+ "logLevel": "INFO",
+ "server.listenPort": 6061,
+ "server.idleTimeoutSec": 60,
+ "cbs.requestIntervalSec": 5,
+ "security.sslDisable": false,
+ "security.keys.keyStoreFile": "/etc/ves-hv/ssl/cert.jks",
+ "security.keys.keyStorePasswordFile": "/etc/ves-hv/ssl/jks.pass",
+ "security.keys.trustStoreFile": "/etc/ves-hv/ssl/trust.jks",
+ "security.keys.trustStorePasswordFile": "/etc/ves-hv/ssl/trust.pass",
+ "streams_publishes": {
+ "perf3gpp": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "HV_VES_PERF3GPP"
+ }
+ },
+ "heartbeat": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "HV_VES_HEARTBEAT"
+ }
+ }
+ }
+}
+