-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
44 lines (37 loc) · 889 Bytes
/
config.example.toml
File metadata and controls
44 lines (37 loc) · 889 Bytes
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
[postgres]
admin_username = "admin"
admin_password = "password"
max_connections = 200
max_worker_processes = 8
max_parallel_workers = 8
max_parallel_workers_per_gather = 4
shared_buffers = "2GB"
effective_cache_size = "6GB"
maintenance_work_mem = "1GB"
listen_addresses = "*"
init_db_args = "--auth-host=scram-sha-256 --auth-local=scram-sha-256"
[database.keycloak]
name = "keycloak"
username = "keycloak"
password = "password"
[database.hololinked]
name = "hololinked"
username = "hololinked"
password = "password"
[dbeaver]
admin_username = "admin"
admin_password = "password"
[keycloak]
database_engine = "postgres"
admin_username = "admin"
admin_password = "password"
[mongodb]
admin_username = "admin"
admin_password = "password"
[mongodb.express]
admin_username = "admin"
admin_password = "password"
[mqtt]
password_file = "conf/passwords.txt"
iterations = 101
salt_bytes = 12