dendrite/server/templates/dendrite.yaml.j2
changeset 203 4be395f0d127
parent 194 d1e44e23f48e
child 205 2ea9460dc8d2
equal deleted inserted replaced
202:252069788104 203:4be395f0d127
    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