ockam_command 0.150.0

End-to-end encryption and mutual authentication for distributed applications.
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "n1",
  "tcp-listener-address": "127.0.0.1:3333",
  "start_default_services" true,
  "services": {
    "control_api": {
      "authentication_token": "token",
      "backend": true,
      "node_resolution": "direct-connection"
    }
  }
}