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:
  PG_PORT: 5432

ticket: db.ticket

nodes: db

relays: db

tcp-outlets:
  db-outlet:
    to: $PG_PORT
    allow: 'component.web'