summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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": ""
+}