equal
deleted
inserted
replaced
36 # this section is populated then you can omit the "database" blocks in all other |
36 # this section is populated then you can omit the "database" blocks in all other |
37 # sections. For polylith deployments, or monolith deployments using SQLite databases, |
37 # sections. For polylith deployments, or monolith deployments using SQLite databases, |
38 # you must configure the "database" block for each component instead. |
38 # you must configure the "database" block for each component instead. |
39 database: |
39 database: |
40 connection_string: postgresql://{{dendrite_db_user}}:{{dendrite_db_pass}}@localhost/{{dendrite_db}}?sslmode=disable |
40 connection_string: postgresql://{{dendrite_db_user}}:{{dendrite_db_pass}}@localhost/{{dendrite_db}}?sslmode=disable |
41 max_open_conns: 100 |
41 max_open_conns: 90 |
42 max_idle_conns: 5 |
42 max_idle_conns: 5 |
43 conn_max_lifetime: -1 |
43 conn_max_lifetime: -1 |
44 |
44 |
45 # The server name to delegate server-server communications to, with optional port |
45 # The server name to delegate server-server communications to, with optional port |
46 # e.g. localhost:443 |
46 # e.g. localhost:443 |