Nats Configs - teeworlds-nats/bridge GitHub Wiki

Example Configs

Auths

nats:
  server:
    - nats://127.0.0.1:4222
  auth:
    !UserPassword
    user: user
    password: passwd
  # auth: !NKey value
  # auth: !Token token

Custom path(Econ and bots)

nats:
  server:
    - nats://127.0.0.1:4222
  from:
    - tw.path
  to:
    - tw.path