mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Add missing default user & pass for RabbitMQ (#6883)
This commit is contained in:
parent
f68b80fe4a
commit
ce71992dd6
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
|||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": "proxmox",
|
||||
"password": "proxmox"
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue