8edfbe1ace
update package.json
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"basedn": "dc=example,dc=com",
|
|
"sessionSecretKey": "super secret key",
|
|
"sessionCookie": {
|
|
"path": "/",
|
|
"httpOnly": true,
|
|
"secure": false,
|
|
"maxAge": 7200000
|
|
}
|
|
} |