mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-07 13:31:39 +02:00
deploy: bc4372ad81f5037e107a608d4736161ba86bb201
This commit is contained in:
parent
f97bb735b5
commit
11e939ea31
@ -203,7 +203,7 @@ section in your config file to match the following lines:</p>
|
||||
args:
|
||||
user: <user>
|
||||
password: <pass>
|
||||
database: <db>
|
||||
dbname: <db>
|
||||
host: <host>
|
||||
cp_min: 5
|
||||
cp_max: 10
|
||||
|
@ -715,7 +715,7 @@ section in your config file to match the following lines:</p>
|
||||
args:
|
||||
user: <user>
|
||||
password: <pass>
|
||||
database: <db>
|
||||
dbname: <db>
|
||||
host: <host>
|
||||
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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user