f6aafd0f87
add example config file
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"listenPort": 8083,
|
|
"sessionCookieName": "PAASUserManagerTicket",
|
|
"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>"
|
|
}
|
|
} |