subrepo: subdir: "deps/nats.c" merged: "66cec7f" upstream: origin: "https://github.com/nats-io/nats.c.git" branch: "v3.6.1" commit: "66cec7f" git-subrepo: version: "0.4.6" commit: "b8b46501e"
13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
authorization {
|
|
users = [
|
|
{
|
|
user: ivan
|
|
password: pwd
|
|
permissions: {
|
|
publish="foo"
|
|
subscribe="bar"
|
|
}
|
|
}
|
|
]
|
|
}
|