Add missing default user & pass for RabbitMQ (#6883)

This commit is contained in:
BEN YOUSSEF Hamza 2025-08-15 23:18:01 +02:00 committed by GitHub
parent f68b80fe4a
commit ce71992dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": "proxmox",
"password": null "password": "proxmox"
}, },
"notes": [] "notes": []
} }