39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"users": [
|
|
{
|
|
"name": "admin",
|
|
"password_hash": "YX91m9ZBhL8oXzpxcrYtVAOv4vgTDfS0YCCYJA1UDPPbNJ+m",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": ["administrator"]
|
|
},
|
|
{
|
|
"name": "well_pipe",
|
|
"password_hash": "AzdMI/4joetKPS2J5AsBOVKMZzW6Dp/ov6xal8vFbLpal43F",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": ["api_user"]
|
|
}
|
|
],
|
|
"vhosts": [
|
|
{
|
|
"name": "/"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"user": "admin",
|
|
"vhost": "/",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
},
|
|
{
|
|
"user": "well_pipe",
|
|
"vhost": "/",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
}
|
|
]
|
|
}
|
|
|