aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/configuration/base.json
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-11-26 14:33:08 +0100
committerkjaniak <kornel.janiak@nokia.com>2020-11-26 14:37:57 +0100
commit695469fbe571d095d39e426e2446223fc667088c (patch)
tree80a042d1890acf174a08fd30598114e665e99158 /tools/performance/local/configuration/base.json
parentd89e147b4747b6e6d9a8f59fddc078aa6180a060 (diff)
Fix of development docker-compose
Added new required parameters for CBS. Removed unused local performance deployment. Change-Id: I6de697db1b22b71d6e7681e980a8b1f2acc0cd99 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Issue-ID: DCAEGEN2-2242
Diffstat (limited to 'tools/performance/local/configuration/base.json')
-rw-r--r--tools/performance/local/configuration/base.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/performance/local/configuration/base.json b/tools/performance/local/configuration/base.json
deleted file mode 100644
index 2a806adb..00000000
--- a/tools/performance/local/configuration/base.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "logLevel": "DEBUG",
- "server.listenPort": 6061,
- "server.idleTimeoutSec": 60,
- "cbs.firstRequestDelaySec": 5,
- "cbs.requestIntervalSec": 5,
- "security.keys.keyStoreFile": "/etc/ves-hv/ssl/server.p12",
- "security.keys.keyStorePasswordFile": "/etc/ves-hv/ssl/server.pass",
- "security.keys.trustStoreFile": "/etc/ves-hv/ssl/trust.p12",
- "security.keys.trustStorePasswordFile": "/etc/ves-hv/ssl/trust.pass"
-} \ No newline at end of file