-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.json
44 lines (44 loc) · 1013 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"storage": "file",
"two-factor": {
"enabled": true,
"length": 16
},
"proxy": {
"enabled": false,
"port": 7575,
"remote": "localhost:5601"
},
"authentication": {
"kbnVersion": "7.0.0-beta1",
"cookieName": "mithril",
"cookie": {
"ttl": 1209600,
"path": "/",
"encoding": "none",
"isSecure": false,
"isHttpOnly": true,
"clearInvalid": true,
"strictHeader": true
},
"secret": null
},
"file": {
"filename": "users.json"
},
"ldap": {
"url": "ldap://127.0.0.1:10388",
"admin": {
"dn": "uid=admin,ou=system",
"password": "secret"
},
"search": {
"scope": "sub",
"user-dn": "ou=users,ou=system",
"group-dn": "ou=groups,ou=system"
}
},
"mongodb": {
"remote": "mongodb://localhost/plugin"
}
}