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

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