-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
97 lines (97 loc) · 2.66 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"additional_features": true,
"base_url": "http://example.com/",
"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,
"federated_identity_services": null,
"hashes_rate_limit": 100,
"is_federated_identity_service": false,
"jitsiBaseUrl": "",
"jitsiJwtAlgorithm": "HS256",
"jitsiJwtIssuer": "",
"jitsiJwtSecret": "",
"jitsiPreferredDomain": "",
"jitsiUseJwt": false,
"key_delay": 3600,
"keys_depth": 5,
"ldap_base": "",
"ldap_filter": "(ObjectClass=inetOrgPerson)",
"ldap_password": "",
"ldap_uid_field": "uid",
"ldap_uri": "",
"ldap_user": "",
"ldapjs_opts": {},
"logging": {
"log_level": "info",
"log_transports": [
{
"type": "Console"
}
],
"silent": false,
"exit_on_error": false,
"default_meta": null,
"exception_handlers": [],
"rejection_handlers": []
},
"mail_link_delay": 7200,
"matrix_server": "localhost",
"matrix_database_engine": "sqlite",
"matrix_database_host": "./matrix.db",
"matrix_database_name": null,
"matrix_database_password": null,
"matrix_database_ssl": false,
"matrix_database_user": null,
"oidc_issuer": "",
"opensearch_ca_cert_path": "",
"opensearch_host": "localhost",
"opensearch_is_activated": true,
"opensearch_max_retries": 7,
"opensearch_number_of_shards": 5,
"opensearch_number_of_replicas": 1,
"opensearch_password": "admin",
"opensearch_ssl": false,
"opensearch_user": "admin",
"opensearch_wait_for_active_shards": "1",
"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_federated_identity_hashes_cron": "*/10 * * * *",
"update_users_cron": "*/10 * * * *",
"userdb_engine": "sqlite",
"userdb_host": "./tokens.db",
"userdb_name": "",
"userdb_password": "",
"userdb_ssl": false,
"userdb_user": "",
"template_dir": "./templates",
"sender_localpart": "twake",
"registration_file_path": "registration.yaml",
"namespaces": { "users": [] },
"push_ephemeral": true,
"sms_api_url": "",
"sms_api_login": "",
"sms_api_key": "",
"trust_x_forwarded_for": false,
"qr_code_url": "twake.chat://login",
"invitation_redirect_url": "https://sign-up.twake.app/download/chat",
"invitation_server_name": "matrix.to",
"chat_url": "https://chat.twake.app"
}