mirror of
https://github.com/Telecominfraproject/openafc_final.git
synced 2026-01-27 02:22:02 +00:00
39 lines
575 B
JSON
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": ".*"
|
|
}
|
|
]
|
|
}
|