diff options
Diffstat (limited to 'src/orchestrator/config.json')
-rw-r--r-- | src/orchestrator/config.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/orchestrator/config.json b/src/orchestrator/config.json new file mode 100644 index 00000000..1acd835d --- /dev/null +++ b/src/orchestrator/config.json @@ -0,0 +1,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" + +} |