Update to date information can be found by logging into your current FastX server via a browser and go to /help. (https://example.com:3300/help)
; This file tells FastX how to connect to the transporter,
; which is how it communicates with other FastX cluster members.
; The only type of transporter tested (so far) is NATS.
; This file contains the secret password used to authenticate to
; the NATS server. It should not be world-readable.
type=NATS
; More connection options are possible. See https://github.com/nats-io/nats.js
[options]
token=<THIS_IS_A_SECRET>
servers[]=server.example.com:4222
; Changing 'rejectUnauthorized' to false allows
; the NATS server to use a self-signed certificate.
; For extra security, that line (and this entire section)
; can be removed if a CA-issued certificate is used.
[options.tls]
rejectUnauthorized=false