All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"clusters": {
|
|
"production": {
|
|
"url": "pve-prod.example.io:8006",
|
|
"user": "mcp@pam",
|
|
"token_id": "token",
|
|
"token_secret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
"verify_ssl": false
|
|
},
|
|
"homelab": {
|
|
"url": "pve-home.local:8006",
|
|
"user": "root@pam",
|
|
"token_id": "mcp",
|
|
"token_secret": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
|
|
"verify_ssl": false
|
|
}
|
|
}
|
|
}
|