Files
mcp-proxmox/proxmox-config/config.example.json

19 lines
437 B
JSON
Raw Normal View History

2025-02-18 20:32:52 -07:00
{
"proxmox": {
2025-02-19 00:22:00 -07:00
"host": "your-proxmox-host-ip",
2025-02-18 20:32:52 -07:00
"port": 8006,
2025-02-19 00:22:00 -07:00
"verify_ssl": false,
2025-02-18 20:32:52 -07:00
"service": "PVE"
},
"auth": {
"user": "username@pve",
"token_name": "your-token-name",
"token_value": "your-token-value"
},
"logging": {
2025-02-19 00:22:00 -07:00
"level": "DEBUG",
2025-02-18 20:32:52 -07:00
"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s",
"file": "proxmox_mcp.log"
}
}