diff options
author | 2019-03-21 09:10:11 +0100 | |
---|---|---|
committer | 2019-03-21 09:13:51 +0100 | |
commit | d418dd43e7812ea2cdebf188bf5ab51a997df90c (patch) | |
tree | 60c33ac48330cca76bf8379ec5ed6fa48eac3e22 /development/configuration/configuration.json | |
parent | 30afcb56b0c6c4529fdaf68d7b061eee44d68d16 (diff) |
Include basic configuration in Docker image
Makes the collector start out of the box, even without valid CBS
configuration.
Note: the basic configuration will need to be changed later.
Issue-ID: DCAEGEN2-1340
Change-Id: I3c2b502f253677e78a4f4990002e683613b8869e
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'development/configuration/configuration.json')
-rw-r--r-- | development/configuration/configuration.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/development/configuration/configuration.json b/development/configuration/configuration.json deleted file mode 100644 index 8e55cf39..00000000 --- a/development/configuration/configuration.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "logLevel": "DEBUG", - "server": { - "listenPort": 6061, - "idleTimeoutSec": 60, - "maxPayloadSizeBytes": 1048576 - }, - "cbs": { - "firstRequestDelaySec": 10, - "requestIntervalSec": 5 - }, - "security": { - "sslDisable": false, - "keys": { - "keyStoreFile": "/etc/ves-hv/ssl/server.p12", - "keyStorePassword": "onaponap", - "trustStoreFile": "/etc/ves-hv/ssl/trust.p12", - "trustStorePassword": "onaponap" - } - }, - "collector": { - "dummyMode": false, - "maxRequestSizeBytes": 1048576, - "kafkaServers": [ - "message-router-kafka:9092" - ], - "routing": [ - { - "fromDomain": "perf3gpp", - "toTopic": "HV_VES_PERF3GPP" - } - ] - } -}
\ No newline at end of file |