Files
openafc_final/rabbitmq/definitions.json
2024-03-25 10:11:24 -04:00

39 lines
575 B
JSON

{
"users": [
{
"name": "celery",
"password": "celery",
"tags": "administrator"
},
{
"name": "rcache",
"password": "rcache",
"tags": "administrator"
}
],
"vhosts": [
{
"name": "fbrat"
},
{
"name": "rcache"
}
],
"permissions": [
{
"user": "celery",
"vhost": "fbrat",
"configure": ".*",
"write": ".*",
"read": ".*"
},
{
"user": "rcache",
"vhost": "rcache",
"configure": ".*",
"write": ".*",
"read": ".*"
}
]
}