move config template to configs folder

This commit is contained in:
2024-06-20 02:33:30 +00:00
parent b42ce808ab
commit fb06f6b358

View File

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