Files
user-manager-api/configs/template.config.json
T
alu f6aafd0f87 add example system service file,
add example config file
2026-04-23 22:36:52 +00:00

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>"
}
}