Files
2026-04-29 23:01:39 +00:00

20 lines
482 B
JSON

{
"listenPort": 8083,
"sessionCookieName": "PAASAccessManagerTicket",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200
},
"pve": {
"url": "https://<proxmox host>/api2/json",
"token": {
"user": "proxmoxaas-api",
"realm": "pam",
"id": "token",
"uuid": "<secret-uuid>"
},
"paas-client-role": "<PAAS Client Role>"
}
}