1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-28 10:28:32 +00:00
This commit is contained in:
clokep 2023-11-09 19:41:39 +00:00
parent f97bb735b5
commit 11e939ea31
5 changed files with 10 additions and 10 deletions

View file

@ -203,7 +203,7 @@ section in your config file to match the following lines:</p>
args:
user: &lt;user&gt;
password: &lt;pass&gt;
database: &lt;db&gt;
dbname: &lt;db&gt;
host: &lt;host&gt;
cp_min: 5
cp_max: 10

View file

@ -715,7 +715,7 @@ section in your config file to match the following lines:</p>
args:
user: &lt;user&gt;
password: &lt;pass&gt;
database: &lt;db&gt;
dbname: &lt;db&gt;
host: &lt;host&gt;
cp_min: 5
cp_max: 10
@ -4936,7 +4936,7 @@ see <a href="usage/configuration/../../postgres.html">here</a>.</p>
args:
user: synapse_user
password: secretpassword
database: synapse
dbname: synapse
host: localhost
port: 5432
cp_min: 5
@ -5018,7 +5018,7 @@ when Synapse is started.</p>
args:
user: synapse_user
password: secretpassword
database: synapse_main
dbname: synapse_main
host: localhost
port: 5432
cp_min: 5
@ -5031,7 +5031,7 @@ when Synapse is started.</p>
args:
user: synapse_user
password: secretpassword
database: synapse_state
dbname: synapse_state
host: localhost
port: 5432
cp_min: 5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1390,7 +1390,7 @@ see <a href="../../postgres.html">here</a>.</p>
args:
user: synapse_user
password: secretpassword
database: synapse
dbname: synapse
host: localhost
port: 5432
cp_min: 5
@ -1472,7 +1472,7 @@ when Synapse is started.</p>
args:
user: synapse_user
password: secretpassword
database: synapse_main
dbname: synapse_main
host: localhost
port: 5432
cp_min: 5
@ -1485,7 +1485,7 @@ when Synapse is started.</p>
args:
user: synapse_user
password: secretpassword
database: synapse_state
dbname: synapse_state
host: localhost
port: 5432
cp_min: 5