2023-11-17 19:49:11 +00:00
|
|
|
{
|
2024-06-20 03:18:42 +00:00
|
|
|
"listenPort": 80,
|
2024-01-19 08:02:10 +00:00
|
|
|
"ldapURL": "ldap://localhost",
|
2024-01-09 20:05:21 +00:00
|
|
|
"basedn": "dc=example,dc=com",
|
|
|
|
"sessionSecretKey": "super secret key",
|
2024-01-19 08:02:10 +00:00
|
|
|
"sessionCookieName": "PAASLDAPAuthTicket",
|
2024-01-09 20:05:21 +00:00
|
|
|
"sessionCookie": {
|
|
|
|
"path": "/",
|
|
|
|
"httpOnly": true,
|
|
|
|
"secure": false,
|
|
|
|
"maxAge": 7200000
|
|
|
|
}
|
2023-11-17 19:49:11 +00:00
|
|
|
}
|