dotfiles/agent/server.conf

28 lines
595 B
Text
Raw Normal View History

2024-01-24 23:18:30 +00:00
authorization: {
users = [
{
user: prymn_admin
password: prymn_admin
permissions: {
publish: ">"
subscribe: ">"
}
}
{
user: demo_agent
password: demo_agent_password
permissions: {
publish: [
"agents.v1.demo_agent.>"
]
subscribe: [
"agents.v1.demo_agent.>"
"_INBOX_demo_agent.>"
]
}
}
]
}
jetstream: {}