Files
nats-server/test/configs/operator.conf
2018-12-04 14:23:19 -08:00

17 lines
454 B
Plaintext

# Server that loads an operator JWT
listen: 127.0.0.1:22222
# Can be an array of filenames as well.
# Key can be operator, operators, roots, root, root_operators, root_operator
operator = "./configs/nkeys/op.jwt"
# This is for account resolution.
# Can be MEMORY (Testing) or can be URL(url).
# The resolver will append the account name to url for retrieval.
# E.g.
# resolver = URL("https://api.synadia.com/ngs/v1/accounts/jwt")
#
resolver = MEMORY