36 lines
614 B
JSON
Executable File
36 lines
614 B
JSON
Executable File
{
|
|
"users": [
|
|
{
|
|
"name": "gitea",
|
|
"password_hash": "5IdZmMJhNb4otX/nz9Xtmkpj9khl6+5eAmXNs/oHYwQNO3jg",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": "administrator"
|
|
}
|
|
],
|
|
"vhosts": [
|
|
{
|
|
"name": "/"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"user": "gitea",
|
|
"vhost": "/",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
}
|
|
],
|
|
"exchanges": [
|
|
{
|
|
"name": "pubsub",
|
|
"vhost": "/",
|
|
"type": "topic",
|
|
"durable": true,
|
|
"auto_delete": false,
|
|
"internal": false,
|
|
"arguments": {}
|
|
}
|
|
]
|
|
}
|