-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
57 lines (57 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"additional_features": false,
"base_url": "",
"cache_engine": "",
"cron_service": true,
"database_engine": "sqlite",
"database_host": "./tokens.db",
"database_name": "",
"database_password": "",
"database_ssl": false,
"database_user": "",
"database_vacuum_delay": 3600,
"hashes_rate_limit": 100,
"is_federated_identity_service": true,
"key_delay": 3600,
"keys_depth": 5,
"ldap_base": "",
"ldap_filter": "(ObjectClass=inetOrgPerson)",
"ldap_password": "",
"ldap_uri": "",
"ldap_user": "",
"ldapjs_opts": {},
"mail_link_delay": 7200,
"matrix_database_engine": null,
"matrix_database_host": null,
"matrix_database_name": null,
"matrix_database_password": null,
"matrix_database_ssl": false,
"matrix_database_user": null,
"pepperCron": "0 0 * * *",
"policies": null,
"rate_limiting_window": 600000,
"rate_limiting_nb_requests": 100,
"redis_uri": "",
"server_name": "localhost",
"smtp_password": "",
"smtp_tls": true,
"smtp_user": "",
"smtp_verify_certificate": true,
"smtp_sender": "",
"smtp_server": "localhost",
"smtp_port": 25,
"update_users_cron": "*/10 * * * *",
"userdb_engine": "sqlite",
"userdb_host": "./tokens.db",
"userdb_name": "",
"userdb_password": "",
"userdb_ssl": false,
"userdb_user": "",
"template_dir": "./templates",
"trust_x_forwarded_for": false,
"trusted_servers_addresses": [],
"sms_api_login": "",
"sms_api_key": "",
"sms_api_url": "",
"chat_url": ""
}