move config template to configs folder
This commit is contained in:
13
configs/config.template.json
Normal file
13
configs/config.template.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user