get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/test/configs/operator.conf (about) 1 # Server that loads an operator JWT 2 3 listen: 127.0.0.1:22222 4 5 # Can be an array of filenames as well. 6 # Key can be operator, operators, roots, root, root_operators, root_operator 7 8 operator = "./configs/nkeys/op.jwt" 9 10 # This is for account resolution. 11 # Can be MEMORY (Testing) or can be URL(url). 12 # The resolver will append the account name to url for retrieval. 13 # E.g. 14 # resolver = URL("https://api.synadia.com/ngs/v1/accounts/jwt") 15 # 16 resolver = MEMORY