增加用户名密码访问方法.

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2023-08-10 11:52:00 +08:00
parent 565a7cb752
commit d1b23cf458
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ go get github.com/nats-io/nats.go/
# 基本用法 # 基本用法
nats-server nats-server
# 绑定监听地址,指定监听端口 # 绑定监听地址,指定监听端口
nats-server -a <addr> -p <port> nats-server [-a <addr>] [-p <port>] [--user <user>] [--pass <password>]
# 显示调试信息 # 显示调试信息
nats-server -V nats-server -V
nats-server -VV nats-server -VV
@ -131,7 +131,7 @@ nats 工具是以前 nats-sub 和 nats-pub 等工具的集合,可通过该工
```bash ```bash
# 添加 Context # 添加 Context
nats context add <name> --server <localhost:6000> --description <"description"> nats [--user=<user>] [--password=<password>] context add <name> --server <network addr:port> --description <description>
# 查看全部已添加的 Context # 查看全部已添加的 Context
nats context ls nats context ls
# 激活某 Context # 激活某 Context