move config template to configs folder

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

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