aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/config.json
blob: 1acd835dc5c38fa3fe54213aa04b7f0680dcc45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "ca-file": "ca.cert",
    "server-cert": "server.cert",
    "server-key": "server.key",
    "password": "",
    "database-ip": "172.31.0.2",
    "database-type": "mongo",
    "plugin-dir": "plugins",
    "etcd-ip": "127.0.0.1",
    "etcd-cert": "",
    "etcd-key": "",
    "etcd-ca-file": "",
    "service-port": "9015",
    "log-level": "warn"

}