aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor D.C <igor.duarte.cardoso@intel.com>2020-09-24 23:37:33 +0000
committerIgor D.C <igor.duarte.cardoso@intel.com>2020-09-24 23:42:18 +0000
commita589ba5e30c4cb2ce7999a60276689f9ef683447 (patch)
treeb29ecb75653e8dae1fde262a47966ef6a4bbb0d4 /src
parent564929b805c014f5e7ea16b5839ebb621b8c8a57 (diff)
Add default/template config.json for DCM
DCM listening on port 9077 as default. The IP addresses for MongoDB and etcd are what we get by default on docker installations of those using emco deployments. Issue-ID: MULTICLOUD-1143 Change-Id: I9b30b278e3cf4fdb428665986e05c6916000b4e7 Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/dcm/config.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/dcm/config.json b/src/dcm/config.json
new file mode 100644
index 00000000..65a18acb
--- /dev/null
+++ b/src/dcm/config.json
@@ -0,0 +1,14 @@
+{
+ "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": "",
+ "etcd-ip": "172.18.0.3",
+ "etcd-cert": "",
+ "etcd-key": "",
+ "etcd-ca-file": ""
+}