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
13
variables:
  OCKAM_PORT: 4000
  PG_PORT: 5432

relays: default

tcp-outlets:
  db-outlet:
    to: $PG_PORT

tcp-inlets:
  web-inlet:
    from: $OCKAM_PORT