summaryrefslogtreecommitdiffstats
path: root/src/dcm/config.json
blob: 65a18acbf3aa497757f50437dc5e0d369224064c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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": ""
}