deploy: bc4372ad81
parent
f97bb735b5
commit
11e939ea31
|
@ -203,7 +203,7 @@ section in your config file to match the following lines:</p>
|
||||||
args:
|
args:
|
||||||
user: <user>
|
user: <user>
|
||||||
password: <pass>
|
password: <pass>
|
||||||
database: <db>
|
dbname: <db>
|
||||||
host: <host>
|
host: <host>
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
cp_max: 10
|
cp_max: 10
|
||||||
|
|
|
@ -715,7 +715,7 @@ section in your config file to match the following lines:</p>
|
||||||
args:
|
args:
|
||||||
user: <user>
|
user: <user>
|
||||||
password: <pass>
|
password: <pass>
|
||||||
database: <db>
|
dbname: <db>
|
||||||
host: <host>
|
host: <host>
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
cp_max: 10
|
cp_max: 10
|
||||||
|
@ -4936,7 +4936,7 @@ see <a href="usage/configuration/../../postgres.html">here</a>.</p>
|
||||||
args:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse
|
dbname: synapse
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
|
@ -5018,7 +5018,7 @@ when Synapse is started.</p>
|
||||||
args:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse_main
|
dbname: synapse_main
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
|
@ -5031,7 +5031,7 @@ when Synapse is started.</p>
|
||||||
args:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse_state
|
dbname: synapse_state
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
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:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse
|
dbname: synapse
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
|
@ -1472,7 +1472,7 @@ when Synapse is started.</p>
|
||||||
args:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse_main
|
dbname: synapse_main
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
|
@ -1485,7 +1485,7 @@ when Synapse is started.</p>
|
||||||
args:
|
args:
|
||||||
user: synapse_user
|
user: synapse_user
|
||||||
password: secretpassword
|
password: secretpassword
|
||||||
database: synapse_state
|
dbname: synapse_state
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
|
|
Loading…
Reference in New Issue