Cline Install Notes v2
This commit is contained in:
18
proxmox-config/config.example.json
Normal file
18
proxmox-config/config.example.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"proxmox": {
|
||||
"host": "your-proxmox-host-ip",
|
||||
"port": 8006,
|
||||
"verify_ssl": false,
|
||||
"service": "PVE"
|
||||
},
|
||||
"auth": {
|
||||
"user": "username@pve",
|
||||
"token_name": "your-token-name",
|
||||
"token_value": "your-token-value"
|
||||
},
|
||||
"logging": {
|
||||
"level": "DEBUG",
|
||||
"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
||||
"file": "proxmox_mcp.log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user