ProxmoxAAS-Fabric/configs/template.config.json

13 lines
279 B
JSON
Raw Normal View History

{
"listenPort": 80,
"pve": {
"url": "http://<proxmox host>/api2/json",
"token": {
"user": "proxmoxaas-api",
"realm": "pam",
"id": "token",
"uuid": "<secret-uuid>"
}
},
"rebuildInterval": 60
}