Add missing default user & pass for RabbitMQ (#6883)
This commit is contained in:
parent
f68b80fe4a
commit
ce71992dd6
@ -28,8 +28,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": null,
|
"username": "proxmox",
|
||||||
"password": null
|
"password": "proxmox"
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user