You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/script/nats.yml

23 lines
289 B
YAML

# nats cfg
#
host: 127.0.0.1
port: 4222
# 监控端口
http: 127.0.0.1:8222
jetstream: {
}
authorization: {
users: [
{ nkey: UCXFAAVMCPTATZUZX6H24YF6FI3NKPQBPLM6BNN2EDFPNSUUEZPNFKEL},
{ user: cli, password: cli},
]
}
websocket: {
listen: '0.0.0.0:4221',
no_tls: true
}