diff options
Diffstat (limited to 'development/configuration')
-rw-r--r-- | development/configuration/base.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/development/configuration/base.json b/development/configuration/base.json index a88b8fb4..c89a8288 100644 --- a/development/configuration/base.json +++ b/development/configuration/base.json @@ -16,17 +16,5 @@ "trustStoreFile": "/etc/ves-hv/ssl/trust.p12", "trustStorePassword": "onaponap" } - }, - "collector": { - "maxRequestSizeBytes": 1048576, - "kafkaServers": [ - "message-router-kafka:9092" - ], - "routing": [ - { - "fromDomain": "perf3gpp", - "toTopic": "HV_VES_PERF3GPP" - } - ] } }
\ No newline at end of file |