rename config.template,json to template.config.json

This commit is contained in:
2025-02-11 07:09:48 +00:00
parent 5c9015ec0c
commit 4ec715851f

View File

@@ -0,0 +1,13 @@
{
"listenPort": 80,
"ldapURL": "ldap://localhost",
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookieName": "PAASLDAPAuthTicket",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200000
}
}