-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (30 loc) · 1.05 KB
/
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
{
"valid_password": "plone.oauth.password.valid_password",
"password_policy": "plone.oauth.password.password_policy",
"jwtsecret": "secret",
"ldap.user_filter": "mail={username},ou=users,dc=plone,dc=com",
"ldap.user_profile": ["person", "inetOrgPerson"],
"ldap.root_pw": "secret",
"ldap.root_dn": "uid=admin,ou=system",
"ldap.base_dn": "dc=plone,dc=com",
"ldap.config_server": "127.0.0.1:10389",
"ldap.config_dn": "ou=config,dc=plone,dc=com",
"ldap.config_root_pw": "secret",
"ldap.config_root_dn": "uid=admin,ou=system",
"redis.host": "127.0.0.1",
"redis.port": 6379,
"ldap.server": "127.0.0.1:10389",
"ldap.server.passwd": "secret",
"ldap.server.dn": "uid=admin,ou=system",
"debug": 1,
"mail.host": "",
"mail.port": 587,
"mail.username": "",
"mail.password": "",
"mail.tls": 1,
"mail.ssl": 0,
"logging.config": "./development.ini",
"cors": ["http://localhost:4200" , "https://example.com"],
"manager": "[email protected]",
"backend": "LDAPADMIN"
}