aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-09-30 17:45:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 17:45:29 +0000
commitb5ab5c74b248d0a9b037ad1ed8f8f733e11c5c32 (patch)
tree0aab1d204e169e931fcedf5e35ff85a8e5ad81f7 /src
parentc054ad56bc30e85fa83560db89fa72b3534b1639 (diff)
parentb87c7382463537bf44acc4d0a59eda4f1635dba0 (diff)
Merge "Add DCM to K8s deployment file"
Diffstat (limited to 'src')
-rw-r--r--src/dcm/config.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/dcm/config.json b/src/dcm/config.json
index 65a18acb..7e1f579c 100644
--- a/src/dcm/config.json
+++ b/src/dcm/config.json
@@ -1,14 +1,6 @@
{
- "database-ip": "172.18.0.2",
"database-type": "mongo",
- "plugin-dir": "plugins",
- "service-port": "9077",
- "ca-file": "ca.cert",
- "server-cert": "server.cert",
- "server-key": "server.key",
- "password": "",
+ "database-ip": "172.18.0.2",
"etcd-ip": "172.18.0.3",
- "etcd-cert": "",
- "etcd-key": "",
- "etcd-ca-file": ""
+ "service-port": "9077"
}